aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lcode.js1
-rw-r--r--src/lstate.js1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lcode.js b/src/lcode.js
index 19718f3..9fb7b06 100644
--- a/src/lcode.js
+++ b/src/lcode.js
@@ -11,7 +11,6 @@ require('./lstate.js'); /* XXX: if this isn't here then things break on require(
const ltm = require('./ltm.js');
const lvm = require('./lvm.js');
const CT = defs.CT;
-const OpCodes = lopcode.OpCodes;
const OpCodesI = lopcode.OpCodesI;
const TValue = lobject.TValue;
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;