aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.lua')
-rw-r--r--bootstrap.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/bootstrap.lua b/bootstrap.lua
index 97a565d..31b03fc 100644
--- a/bootstrap.lua
+++ b/bootstrap.lua
@@ -124,9 +124,6 @@ local compile_actions = {
["is jit"] = function(self, _t, code)
return LuaCode("jit")
end,
- ["Lua version"] = function(self, _t, code)
- return LuaCode("_VERSION")
- end,
["nomsu environment"] = function(self, _t)
return LuaCode("_ENV")
end,