validator/httpd/cgi-bin check,1.780,1.781

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv15457/httpd/cgi-bin

Modified Files:
	check 
Log Message:
Drop another unused variable.

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.780
retrieving revision 1.781
diff -u -d -r1.780 -r1.781
--- check	13 Jun 2010 21:47:08 -0000	1.780
+++ check	13 Jun 2010 21:49:10 -0000	1.781
@@ -652,7 +652,6 @@
 
         eval { $xmlparser->parse_string($xml_string); };
         $xml_string = undef;
-        my $xml_parse_errors_line = undef;
         my @xmlwf_error_list;
 
         if (ref($@)) {

Received on Sunday, 13 June 2010 21:49:13 UTC