validator/httpd/cgi-bin check,1.452,1.453

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

Modified Files:
	check 
Log Message:
drop unused constants

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -d -r1.452 -r1.453
--- check	11 Sep 2005 12:27:25 -0000	1.452
+++ check	11 Sep 2005 12:29:46 -0000	1.453
@@ -63,12 +63,8 @@
 
 #
 # Tentative Validation Severities.
-use constant T_DEBUG =>  1; # 0000 0001
-use constant T_INFO  =>  2; # 0000 0010
 use constant T_WARN  =>  4; # 0000 0100
 use constant T_ERROR =>  8; # 0000 1000
-use constant T_FATAL => 16; # 0001 0000
-use constant T_FALL  => 32; # 0010 0000, Fallback in effect.
 
 #
 # Output flags for error processing

Received on Sunday, 11 September 2005 12:29:54 UTC