summaryrefslogtreecommitdiffstats
path: root/lem/repl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lem/repl.lua')
-rw-r--r--lem/repl.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lem/repl.lua b/lem/repl.lua
index c913f7a..7366cca 100644
--- a/lem/repl.lua
+++ b/lem/repl.lua
@@ -17,9 +17,6 @@
--
local load = load
-if _VERSION == 'Lua 5.1' then
- load = loadstring
-end
local format = string.format
local concat = table.concat