aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-12-04 15:20:42 -0200
committerHisham Muhammad <hisham@gobolinux.org>2010-12-04 15:20:42 -0200
commitb113a72b63d494828bb6b28833cc53de21b02aeb (patch)
tree5572418ec43f77bdb15bdc05bc8bad14f1230e65
parent1ae81cea573bcaf3baefbd2cdba6b5a5976716d5 (diff)
downloadluarocks-b113a72b63d494828bb6b28833cc53de21b02aeb.tar.gz
luarocks-b113a72b63d494828bb6b28833cc53de21b02aeb.tar.bz2
luarocks-b113a72b63d494828bb6b28833cc53de21b02aeb.zip
remove unused variable
-rw-r--r--src/luarocks/persist.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/persist.lua b/src/luarocks/persist.lua
index 293b5e93..70a89b8d 100644
--- a/src/luarocks/persist.lua
+++ b/src/luarocks/persist.lua
@@ -34,7 +34,6 @@ end
34-- @param tbl table: the table to be written. 34-- @param tbl table: the table to be written.
35local function write_table(out, tbl, level) 35local function write_table(out, tbl, level)
36 out:write("{") 36 out:write("{")
37 local size = table.getn(tbl)
38 local sep = "\n" 37 local sep = "\n"
39 local indent = true 38 local indent = true
40 local i = 1 39 local i = 1