remove l_G from Proto

This commit is contained in:
Cloud Wu
2019-06-17 11:21:01 +08:00
committed by 云风
parent 744fbea7ee
commit c80b462412
4 changed files with 1 additions and 10 deletions

View File

@@ -117,7 +117,6 @@ Proto *luaF_newproto (lua_State *L) {
f->linedefined = 0;
f->lastlinedefined = 0;
f->source = NULL;
f->l_G = G(L);
return f;
}