aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/export.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/export.lua b/src/export.lua
index f3713af..8d05bd1 100644
--- a/src/export.lua
+++ b/src/export.lua
@@ -1,5 +1,3 @@
-local INDENT_STR = " "
-
local function str_to_source(str)
return "\"" .. str .. "\""
end