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 --- lundump.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lundump.c') diff --git a/lundump.c b/lundump.c index ebea131a..bdebe74b 100644 --- a/lundump.c +++ b/lundump.c @@ -1,5 +1,5 @@ /* -** $Id: lundump.c,v 2.8 2006/09/11 14:07:24 roberto Exp roberto $ +** $Id: lundump.c,v 2.9 2008/04/07 18:44:23 roberto Exp roberto $ ** load precompiled Lua chunks ** See Copyright Notice in lua.h */ @@ -173,7 +173,6 @@ static Proto* LoadFunction(LoadState* S, TString* p) LoadCode(S,f); LoadConstants(S,f); LoadDebug(S,f); - IF (!luaG_checkcode(f), "bad code"); S->L->top--; G(S->L)->nCcalls--; return f; -- cgit v1.2.3-55-g6feb