From 15f6a164001c629ec0e8a4d2031ece8b94298780 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Thu, 18 Jan 2018 04:34:37 +1100 Subject: src/lapi.js: Don't export index2addr --- src/lapi.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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; -- cgit v1.2.3-54-g00ecf