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')
|
||||
let dir = s:Dir()
|
||||
endif
|
||||
let tree = s:Tree(dir)
|
||||
call s:PreparePathArgs(cmd, dir, !exists('explicit_pathspec_option'))
|
||||
return [dir, env, cmd]
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user