diff options
author | ville <ville@localhost> | 2009-01-07 22:02:42 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-01-07 22:02:42 +0000 |
commit | 6648a0446b78b38647228e043c328e0f0e9a55f4 (patch) | |
tree | 86d10493ce086d485471352bd4dfbd6ac8101ec7 | |
parent | 93cd8c40712b152a72c9b4c20d14bf54f6d92b2e (diff) | |
download | markup-validator-6648a0446b78b38647228e043c328e0f0e9a55f4.zip markup-validator-6648a0446b78b38647228e043c328e0f0e9a55f4.tar.gz markup-validator-6648a0446b78b38647228e043c328e0f0e9a55f4.tar.bz2 |
Drop dead code.
-rwxr-xr-x | httpd/cgi-bin/check | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index fc554a1..2f33a53 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -14,7 +14,7 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.634 2009-01-07 19:30:04 ville Exp $ +# $Id: check,v 1.635 2009-01-07 22:02:42 ville Exp $ # # Disable buffering on STDOUT! @@ -199,7 +199,7 @@ Directory not readable (permission denied): @_r # # Strings - $VERSION = q$Revision: 1.634 $; + $VERSION = q$Revision: 1.635 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; # @@ -2114,7 +2114,6 @@ sub preparse_doctype { 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}; |