- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Nov 2009 18:53:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv19740/httpd/cgi-bin
Modified Files:
check
Log Message:
Drop dead code found by perlcritic.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.726
retrieving revision 1.727
diff -u -d -r1.726 -r1.727
--- check 24 Nov 2009 18:49:51 -0000 1.726
+++ check 24 Nov 2009 18:53:34 -0000 1.727
@@ -2204,9 +2204,6 @@
my $number_of_warnings = 0;
my $number_of_info = 0;
- # Hash to keep track of how many of each error is reported.
- my %Msgs; # Used to generate a UID for explanations.
-
# for the sake of readability, at least until the xmlwf errors have
# explanations, we push the errors from the XML parser at the END of the
# error list.
Received on Tuesday, 24 November 2009 18:53:37 UTC