- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Jan 2009 22:02:44 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv18683
Modified Files:
check
Log Message:
Drop dead code.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.634
retrieving revision 1.635
diff -u -d -r1.634 -r1.635
--- check 7 Jan 2009 19:30:04 -0000 1.634
+++ check 7 Jan 2009 22:02:42 -0000 1.635
@@ -2114,7 +2114,6 @@
my $start = sub {
my $tag = shift;
my $attr = shift;
- my %attr = map {lc($_) => $attr->{$_}} keys %{$attr};
if ($File->{Root}) {
return unless $tag eq $File->{Root};
Received on Wednesday, 7 January 2009 22:02:54 UTC