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>
This commit is contained in:
Michael Witten 2009-04-13 13:23:52 -05:00 committed by Junio C Hamano
parent 15da108431
commit bec99cfc67

View file

@ -544,8 +544,6 @@ ($)
}
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 {