Skip to content

Commit c438ea2

Browse files
avargitster
authored andcommitted
send-email: unique_email_list doesn't need a prototype
Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]: Avery Pennarun <[email protected]> Reviewed-by: Jeff King <[email protected]> > Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1d50bfd commit c438ea2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git-send-email.perl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ sub format_2822_time {
136136
my $smtp;
137137
my $auth;
138138

139-
sub unique_email_list(@);
140139
sub cleanup_compose_files();
141140

142141
# Variables we fill in automatically, or via prompting:
@@ -1332,7 +1331,7 @@ ()
13321331

13331332
$smtp->quit if $smtp;
13341333

1335-
sub unique_email_list(@) {
1334+
sub unique_email_list {
13361335
my %seen;
13371336
my @emails;
13381337

0 commit comments

Comments
 (0)