summaryrefslogtreecommitdiff
path: root/src/lua.js
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-04-26 17:17:04 +1000
committerdaurnimator <quae@daurnimator.com>2017-04-26 17:27:01 +1000
commit382e28086f97085edbf099247949c3f801cc0ed0 (patch)
treec4a60b9f09828a7aa881d36b757896ae3ac7915a /src/lua.js
parent46049c9df73a446192957af1f50df19167c79f07 (diff)
downloadfengari-382e28086f97085edbf099247949c3f801cc0ed0.tar.gz
fengari-382e28086f97085edbf099247949c3f801cc0ed0.tar.bz2
fengari-382e28086f97085edbf099247949c3f801cc0ed0.zip
Remove print_version
Diffstat (limited to 'src/lua.js')
-rw-r--r--src/lua.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua.js b/src/lua.js
index 37ecadd..fa25807 100644
--- a/src/lua.js
+++ b/src/lua.js
@@ -69,6 +69,5 @@ module.exports.LUA_VERSION_RELEASE = defs.LUA_VERSION_RELEASE;
module.exports.LUA_VERSUFFIX = defs.LUA_VERSUFFIX;
module.exports.lua_Debug = defs.lua_Debug;
module.exports.lua_upvalueindex = defs.lua_upvalueindex;
-module.exports.print_version = defs.print_version;
module.exports.thread_status = defs.thread_status;
module.exports.to_luastring = defs.to_luastring;