diff options
Diffstat (limited to 'src/luarocks/fetch/git_ssh.lua')
-rw-r--r-- | src/luarocks/fetch/git_ssh.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/fetch/git_ssh.lua b/src/luarocks/fetch/git_ssh.lua index 5411344f..2ab3b7f7 100644 --- a/src/luarocks/fetch/git_ssh.lua +++ b/src/luarocks/fetch/git_ssh.lua | |||
@@ -11,7 +11,6 @@ local git_ssh = {} | |||
11 | 11 | ||
12 | 12 | ||
13 | local git = require("luarocks.fetch.git") | 13 | local git = require("luarocks.fetch.git") |
14 | local cfg = require("luarocks.core.cfg") | ||
15 | 14 | ||
16 | 15 | ||
17 | 16 | ||