mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 06:13:51 -05:00
Remove dead code
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user