diff options
Diffstat (limited to 'ltests.c')
-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 | ||