diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-11-09 11:31:29 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-11-09 11:31:29 -0200 |
commit | 7c0175bc833f8cf08a5ea7d27c80ef3e2071968b (patch) | |
tree | 26cfa01918765a36bc63f60a842dfd95d578274e | |
parent | 32fef6074325f7fa464c4e9371867777ad74cd29 (diff) | |
download | lua-7c0175bc833f8cf08a5ea7d27c80ef3e2071968b.tar.gz lua-7c0175bc833f8cf08a5ea7d27c80ef3e2071968b.tar.bz2 lua-7c0175bc833f8cf08a5ea7d27c80ef3e2071968b.zip |
removed unused variable 'islocked'
-rw-r--r-- | ltests.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 @@ | |||
43 | void *l_Trick = 0; | 43 | void *l_Trick = 0; |
44 | 44 | ||
45 | 45 | ||
46 | int 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 | ||