unused field "size" in struct TFunc.

This commit is contained in:
Roberto Ierusalimschy
1997-07-29 16:44:02 -03:00
parent 0600f968c3
commit 16dd77e8d9
3 changed files with 6 additions and 7 deletions

1
func.c
View File

@@ -21,7 +21,6 @@ void luaI_initTFunc (TFunc *f)
{
f->next = NULL;
f->marked = 0;
f->size = 0;
f->code = NULL;
f->lineDefined = 0;
f->fileName = lua_parsedfile;