Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
send-email: unique_email_list doesn't need a prototype
[gitweb.git]
/
git-send-email.perl
diff --git
a/git-send-email.perl
b/git-send-email.perl
index f47188888d3b6262c4f82fed0bfebfc58a6384f8..90b777a9fa71f234d3a84349f623266ba0c49a7c 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-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:
@@
-1332,7
+1331,7
@@
()
$smtp->quit if $smtp;
-sub unique_email_list
(@)
{
+sub unique_email_list {
my %seen;
my @emails;