send-email: Remove superfluous `my $editor = ...'

Not only was it a repeat, but it also had no effect.

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Michael Witten 2009-04-13 13:23:52 -05:00 committed by Junio C Hamano
parent 15da108431
commit bec99cfc67
1 changed files with 0 additions and 2 deletions

View File

@ -544,8 +544,6 @@ EOT
}
close(C);

my $editor = $ENV{GIT_EDITOR} || Git::config(@repo, "core.editor") || $ENV{VISUAL} || $ENV{EDITOR} || "vi";

if ($annotate) {
do_edit($compose_filename, @files);
} else {