From 7c0175bc833f8cf08a5ea7d27c80ef3e2071968b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 9 Nov 2017 11:31:29 -0200 Subject: [PATCH] removed unused variable 'islocked' --- ltests.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ltests.c b/ltests.c index 5f7b4064..5cc2b80a 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 2.230 2017/11/07 13:25:26 roberto Exp roberto $ +** $Id: ltests.c,v 2.231 2017/11/07 17:20:42 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -43,9 +43,6 @@ void *l_Trick = 0; -int islocked = 0; - - #define obj_at(L,k) s2v(L->ci->func + (k))