Remove show_rcs() and the CVS ids it relied upon
[privoxy.git] / jbsockets.h
index d8cbd18..8382807 100644 (file)
@@ -1,6 +1,5 @@
 #ifndef JBSOCKETS_H_INCLUDED
 #define JBSOCKETS_H_INCLUDED
-#define JBSOCKETS_H_VERSION "$Id: jbsockets.h,v 1.25 2017/06/04 14:37:05 fabiankeil Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/jbsockets.h,v $
@@ -65,10 +64,6 @@ extern int socket_is_still_alive(jb_socket sfd);
 extern void mark_socket_for_close_on_execute(jb_socket fd);
 #endif
 
-/* Revision control strings from this header and associated .c file */
-extern const char jbsockets_rcs[];
-extern const char jbsockets_h_rcs[];
-
 /*
  * Solaris workaround
  * XXX: still necessary?