diff options
Diffstat (limited to 'src/lstate.js')
-rw-r--r-- | src/lstate.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lstate.js b/src/lstate.js index 4fd2951..fee308c 100644 --- a/src/lstate.js +++ b/src/lstate.js @@ -168,7 +168,6 @@ const lua_newstate = function() { }; const close_state = function(L) { - let g = L.l_G; lfunc.luaF_close(L, L.stack); /* close all upvalues for this thread */ }; |