remove redundant fn body

This commit is contained in:
张之阳
2024-09-17 09:01:44 +08:00
committed by GitHub
parent 4defe734e2
commit d4273d8e3f

View File

@@ -34,7 +34,7 @@ func (L *State) Loadfile(filename *c.Char) c.Int { return L.Loadfilex(filename,
func (L *State) Loadstring(s *c.Char) c.Int { return 0 }
//go:linkname Newstate__1 C.luaL_newstate
func Newstate__1() *State { return nil }
func Newstate__1() *State
// /*
// ** ===============================================================