summaryrefslogtreecommitdiff
path: root/src/lapi.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/lapi.js')
-rw-r--r--src/lapi.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lapi.js b/src/lapi.js
index 29f70bb..5f5bb3d 100644
--- a/src/lapi.js
+++ b/src/lapi.js
@@ -1106,8 +1106,6 @@ const lua_getextraspace = function () {
return 0;
};
-module.exports.index2addr = index2addr;
-module.exports.index2addr_ = index2addr_;
module.exports.lua_absindex = lua_absindex;
module.exports.lua_arith = lua_arith;
module.exports.lua_atpanic = lua_atpanic;