ftpserver.pl: Removed some unused variables
authorSteve Holme <steve_holme@hotmail.com>
Sat, 29 Mar 2014 23:45:58 +0000 (23:45 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 30 Mar 2014 09:37:45 +0000 (10:37 +0100)
tests/ftpserver.pl

index 8d479fb..743d09a 100755 (executable)
@@ -1084,8 +1084,6 @@ sub fix_imap_params {
 }
 
 sub CAPABILITY_imap {
-    my ($testno) = @_;
-
     if((!@capabilities) && (!@auth_mechs)) {
         sendcontrol "$cmdid BAD Command\r\n";
     }
@@ -1621,7 +1619,6 @@ sub LOGOUT_imap {
 my $username;
 
 sub CAPA_pop3 {
-    my ($testno) = @_;
     my @list = ();
     my $mechs;
 
@@ -1696,8 +1693,6 @@ sub APOP_pop3 {
 }
 
 sub AUTH_pop3 {
-    my ($testno) = @_;
-
     if(!@auth_mechs) {
         sendcontrol "-ERR Unrecognized command\r\n";
     }