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 0541a8e..23374c0 100644 --- a/src/lstate.js +++ b/src/lstate.js @@ -9,7 +9,6 @@ const ldo = require('./ldo.js'); const lapi = require('./lapi.js'); const luaT_init = require('./ltm.js').luaT_init; const CT = defs.constant_types; -const LUA_MULTRET = defs.LUA_MULTRET; const TS = defs.thread_status; const LUA_NUMTAGS = defs.LUA_NUMTAGS; |