validator/misc docs_errors.pl,1.10,1.11

Update of /sources/public/validator/misc
In directory hutz:/tmp/cvs-serv24535/misc

Modified Files:
	docs_errors.pl 
Log Message:
Drop $HAVE_IPC_RUN (unused).

Index: docs_errors.pl
===================================================================
RCS file: /sources/public/validator/misc/docs_errors.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- docs_errors.pl	29 Jun 2009 14:35:22 -0000	1.10
+++ docs_errors.pl	29 Jun 2009 14:37:08 -0000	1.11
@@ -15,7 +15,7 @@
 use HTML::Template   2.6  qw();
 use Config::General  2.32 qw(); # Need 2.32 for <msg 0>, rt.cpan.org#17852
 
-use vars qw($DEBUG $CFG $VERSION $HAVE_IPC_RUN);
+use vars qw($DEBUG $CFG $VERSION);
 # Define global constants
 use constant TRUE  => 1;
 use constant FALSE => 0;

Received on Monday, 29 June 2009 14:37:19 UTC