aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-02-28 01:19:19 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-02-28 01:19:19 -0300
commit7fe62f1967339b99c362424a42cef2aee6fd45ab (patch)
tree79e8ccbeb83ef868403d814bd6f12bcf9c7ef0f1
parent53e0c654af685b46a38548cca6d5df7bad30a7dc (diff)
downloadluarocks-7fe62f1967339b99c362424a42cef2aee6fd45ab.tar.gz
luarocks-7fe62f1967339b99c362424a42cef2aee6fd45ab.tar.bz2
luarocks-7fe62f1967339b99c362424a42cef2aee6fd45ab.zip
Remove unused assignment.
-rw-r--r--src/luarocks/cfg.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 25bd1553..1300b2fa 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -200,7 +200,6 @@ end
200 200
201-- Configure defaults: 201-- Configure defaults:
202 202
203local root = cfg.rocks_trees[#cfg.rocks_trees]
204local defaults = { 203local defaults = {
205 204
206 local_by_default = false, 205 local_by_default = false,