diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-04-27 12:05:37 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-05-05 13:41:53 +0200 |
commit | c421f2bc81f1f1c711591a0ad0308d9eb5adb812 (patch) | |
tree | 6272ebae07d1899b0baa0a137f5752b1e1987249 /src/lstate.js | |
parent | 91be09a37c65b6b9247c7e3cdf4e189627226511 (diff) | |
download | fengari-c421f2bc81f1f1c711591a0ad0308d9eb5adb812.tar.gz fengari-c421f2bc81f1f1c711591a0ad0308d9eb5adb812.tar.bz2 fengari-c421f2bc81f1f1c711591a0ad0308d9eb5adb812.zip |
[test-suite] calls.js
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 */ }; |