[Popcon-commits] cvs commit to popularity-contest by pere

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Sat, 14 Feb 2004 21:54:45 +0100


Update of /cvsroot/popcon/popularity-contest
In directory quantz:/tmp/cvs-serv17449

Modified Files:
	popcon.pl 
Log Message:
Remove unused variable.

Index: popcon.pl
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popcon.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- popcon.pl	10 Feb 2004 11:26:59 -0000	1.6
+++ popcon.pl	14 Feb 2004 20:54:42 -0000	1.7
@@ -325,7 +325,7 @@
         for $f (grep { $_ ne 'unknown' } sort keys %arch)
         {
 		my ($port)=split('-',$f);
-                printf HTML "<a href=\"http://www.debian.org/ports/$port/\">%-16s</a> : %-10s\n",$f,$arch{$f};
+                printf HTML "<a href=\"http://www.debian.org/ports/$port/\">%-16s</a> : %-10s\n",$f;
         }
         printf HTML "%-16s : %-10s\n","unknown",$arch{"unknown"};