summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-11 15:13:29 +0000
committerfukachan <fukachan>2003-01-11 15:13:29 +0000
commit70ef5d98adf2ab1773beea44fdb3e5c9471cd031 (patch)
tree128e81bc9998ed80b54f6ba2558e5c82621f85b5 /fml/lib
parente623789f11adc59ac02d3c2cd0594569d933cc1a (diff)
downloadfml8-70ef5d98adf2ab1773beea44fdb3e5c9471cd031.tar.gz
fml8-70ef5d98adf2ab1773beea44fdb3e5c9471cd031.tar.bz2
fml8-70ef5d98adf2ab1773beea44fdb3e5c9471cd031.zip
remove not used variable.
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/Mail/Delivery/SMTP.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Mail/Delivery/SMTP.pm b/fml/lib/Mail/Delivery/SMTP.pm
index 9fbd1ea4..51373d7b 100644
--- a/fml/lib/Mail/Delivery/SMTP.pm
+++ b/fml/lib/Mail/Delivery/SMTP.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: SMTP.pm,v 1.19 2002/09/22 14:57:02 fukachan Exp $
+# $FML: SMTP.pm,v 1.20 2002/12/30 15:06:45 fukachan Exp $
#
@@ -402,7 +402,7 @@ See L<Mail::Message> for more details.
# Return Value: none
sub deliver
{
- my ($self, $args, $io_params) = @_;
+ my ($self, $args) = @_;
# recipient limit
$self->{_recipient_limit} = $args->{recipient_limit} || 1000;