no more code checking

This commit is contained in:
Roberto Ierusalimschy
2009-04-30 14:42:21 -03:00
parent 673c456cba
commit d7bc346d7a
5 changed files with 9 additions and 131 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lparser.c,v 2.60 2008/10/30 15:39:30 roberto Exp roberto $
** $Id: lparser.c,v 2.61 2009/03/26 12:56:38 roberto Exp roberto $
** Lua Parser
** See Copyright Notice in lua.h
*/
@@ -376,7 +376,6 @@ static void close_func (LexState *ls) {
f->sizelocvars = fs->nlocvars;
luaM_reallocvector(L, f->upvalues, f->sizeupvalues, f->nups, TString *);
f->sizeupvalues = f->nups;
lua_assert(luaG_checkcode(f));
lua_assert(fs->bl == NULL);
ls->fs = fs->prev;
L->top -= 2; /* remove table and prototype from the stack */