Skip to content

Commit

Permalink
send-email: unique_email_list doesn't need a prototype
Browse files Browse the repository at this point in the history
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.comReviewed-by: Avery Pennarun <apenwarr@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ævar Arnfjörð Bjarmason authored and Junio C Hamano committed Sep 30, 2010
1 parent 1d50bfd commit c438ea2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions git-send-email.perl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ sub format_2822_time {
my $smtp;
my $auth;

sub unique_email_list(@);
sub cleanup_compose_files();

# Variables we fill in automatically, or via prompting:
Expand Down Expand Up @@ -1332,7 +1331,7 @@ ()

$smtp->quit if $smtp;

sub unique_email_list(@) {
sub unique_email_list {
my %seen;
my @emails;

Expand Down

0 comments on commit c438ea2

Please sign in to comment.