diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2010-12-04 15:20:42 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2010-12-04 15:20:42 -0200 |
commit | b113a72b63d494828bb6b28833cc53de21b02aeb (patch) | |
tree | 5572418ec43f77bdb15bdc05bc8bad14f1230e65 | |
parent | 1ae81cea573bcaf3baefbd2cdba6b5a5976716d5 (diff) | |
download | luarocks-b113a72b63d494828bb6b28833cc53de21b02aeb.tar.gz luarocks-b113a72b63d494828bb6b28833cc53de21b02aeb.tar.bz2 luarocks-b113a72b63d494828bb6b28833cc53de21b02aeb.zip |
remove unused variable
-rw-r--r-- | src/luarocks/persist.lua | 1 |
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. |
35 | local function write_table(out, tbl, level) | 35 | local 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 |