diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-02-28 01:19:19 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-02-28 01:19:19 -0300 |
commit | 7fe62f1967339b99c362424a42cef2aee6fd45ab (patch) | |
tree | 79e8ccbeb83ef868403d814bd6f12bcf9c7ef0f1 | |
parent | 53e0c654af685b46a38548cca6d5df7bad30a7dc (diff) | |
download | luarocks-7fe62f1967339b99c362424a42cef2aee6fd45ab.tar.gz luarocks-7fe62f1967339b99c362424a42cef2aee6fd45ab.tar.bz2 luarocks-7fe62f1967339b99c362424a42cef2aee6fd45ab.zip |
Remove unused assignment.
-rw-r--r-- | src/luarocks/cfg.lua | 1 |
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 | ||
203 | local root = cfg.rocks_trees[#cfg.rocks_trees] | ||
204 | local defaults = { | 203 | local defaults = { |
205 | 204 | ||
206 | local_by_default = false, | 205 | local_by_default = false, |