diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-31 16:09:01 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-31 16:10:53 +0300 |
commit | 2cfc2c252304626ace9ad1700d056640a20770d2 (patch) | |
tree | bf0ed5fcde78d878c2bd2dc7e81602f8aff24a5b | |
parent | b95256c43e49721e7e391bd199fe4ad4b8cc3039 (diff) | |
download | luarocks-2cfc2c252304626ace9ad1700d056640a20770d2.tar.gz luarocks-2cfc2c252304626ace9ad1700d056640a20770d2.tar.bz2 luarocks-2cfc2c252304626ace9ad1700d056640a20770d2.zip |
Remove unused imports in luarocks.make
-rw-r--r-- | src/luarocks/make.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/luarocks/make.lua b/src/luarocks/make.lua index 5058da79..6a74f6fe 100644 --- a/src/luarocks/make.lua +++ b/src/luarocks/make.lua | |||
@@ -9,8 +9,6 @@ package.loaded["luarocks.make"] = make | |||
9 | 9 | ||
10 | local build = require("luarocks.build") | 10 | local build = require("luarocks.build") |
11 | local fs = require("luarocks.fs") | 11 | local fs = require("luarocks.fs") |
12 | local dir = require("luarocks.dir") | ||
13 | local path = require("luarocks.path") | ||
14 | local util = require("luarocks.util") | 12 | local util = require("luarocks.util") |
15 | local cfg = require("luarocks.cfg") | 13 | local cfg = require("luarocks.cfg") |
16 | local fetch = require("luarocks.fetch") | 14 | local fetch = require("luarocks.fetch") |