diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2012-10-02 20:11:28 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2012-10-02 20:11:28 -0300 |
commit | 481fb3bb2e741957ccfcd68e569d83e7cf8bd5b7 (patch) | |
tree | 73934532e50d62749e1ca72b8cf88355f0d5ff85 /src | |
parent | 6f844bd4c21e5f4e52177b777a77f22d66748397 (diff) | |
download | luarocks-481fb3bb2e741957ccfcd68e569d83e7cf8bd5b7.tar.gz luarocks-481fb3bb2e741957ccfcd68e569d83e7cf8bd5b7.tar.bz2 luarocks-481fb3bb2e741957ccfcd68e569d83e7cf8bd5b7.zip |
Remove reference to unused module.
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/fs/lua.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/fs/lua.lua b/src/luarocks/fs/lua.lua index eba61214..879b5d75 100644 --- a/src/luarocks/fs/lua.lua +++ b/src/luarocks/fs/lua.lua | |||
@@ -23,7 +23,6 @@ if cfg.fs_use_modules then | |||
23 | posix_ok, posix = pcall(require, "posix") | 23 | posix_ok, posix = pcall(require, "posix") |
24 | end | 24 | end |
25 | 25 | ||
26 | local tar = require("luarocks.tools.tar") | ||
27 | local patch = require("luarocks.tools.patch") | 26 | local patch = require("luarocks.tools.patch") |
28 | 27 | ||
29 | local dir_stack = {} | 28 | local dir_stack = {} |