From d7bc346d7a9da097e517fa987ed6cc4f91874111 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 30 Apr 2009 14:42:21 -0300 Subject: no more code checking --- lparser.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lparser.c') diff --git a/lparser.c b/lparser.c index e99bb342..45506b9c 100644 --- a/lparser.c +++ b/lparser.c @@ -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 */ -- cgit v1.2.3-55-g6feb