aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-11-09 11:31:29 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-11-09 11:31:29 -0200
commit7c0175bc833f8cf08a5ea7d27c80ef3e2071968b (patch)
tree26cfa01918765a36bc63f60a842dfd95d578274e
parent32fef6074325f7fa464c4e9371867777ad74cd29 (diff)
downloadlua-7c0175bc833f8cf08a5ea7d27c80ef3e2071968b.tar.gz
lua-7c0175bc833f8cf08a5ea7d27c80ef3e2071968b.tar.bz2
lua-7c0175bc833f8cf08a5ea7d27c80ef3e2071968b.zip
removed unused variable 'islocked'
-rw-r--r--ltests.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ltests.c b/ltests.c
index 5f7b4064..5cc2b80a 100644
--- a/ltests.c
+++ b/ltests.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.c,v 2.230 2017/11/07 13:25:26 roberto Exp roberto $ 2** $Id: ltests.c,v 2.231 2017/11/07 17:20:42 roberto Exp roberto $
3** Internal Module for Debugging of the Lua Implementation 3** Internal Module for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -43,9 +43,6 @@
43void *l_Trick = 0; 43void *l_Trick = 0;
44 44
45 45
46int islocked = 0;
47
48
49#define obj_at(L,k) s2v(L->ci->func + (k)) 46#define obj_at(L,k) s2v(L->ci->func + (k))
50 47
51 48