From 85ffe4754e52f3217754d7ae3244ce8dc5e7b3c7 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 19 Aug 2019 06:42:38 -0400 Subject: [PATCH] Remove dead code --- autoload/fugitive.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 3a32591..693ea04 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -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 -- 2.11.4.GIT