Remove show_rcs() and the CVS ids it relied upon
[privoxy.git] / parsers.h
index 50f59b2..00de286 100644 (file)
--- a/parsers.h
+++ b/parsers.h
@@ -1,6 +1,5 @@
 #ifndef PARSERS_H_INCLUDED
 #define PARSERS_H_INCLUDED
-#define PARSERS_H_VERSION "$Id: parsers.h,v 1.56 2013/11/24 14:23:28 fabiankeil Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/parsers.h,v $
@@ -67,10 +66,6 @@ extern jb_err client_transfer_encoding(struct client_state *csp, char **header);
 extern int strclean(char *string, const char *substring);
 #endif /* def FEATURE_FORCE_LOAD */
 
-/* Revision control strings from this header and associated .c file */
-extern const char parsers_rcs[];
-extern const char parsers_h_rcs[];
-
 #endif /* ndef PARSERS_H_INCLUDED */
 
 /*