Remove dead code

This commit is contained in:
Tim Pope
2019-08-19 06:42:38 -04:00
parent c242cb6369
commit 85ffe4754e

View File

@@ -394,7 +394,6 @@ function! fugitive#PrepareDirEnvArgv(...) abort
if !exists('dir') if !exists('dir')
let dir = s:Dir() let dir = s:Dir()
endif endif
let tree = s:Tree(dir)
call s:PreparePathArgs(cmd, dir, !exists('explicit_pathspec_option')) call s:PreparePathArgs(cmd, dir, !exists('explicit_pathspec_option'))
return [dir, env, cmd] return [dir, env, cmd]
endfunction endfunction