get rid of a compiler warning
[privoxy.git] / list.c
diff --git a/list.c b/list.c
index e0736d3..dadba71 100644 (file)
--- a/list.c
+++ b/list.c
@@ -1,4 +1,3 @@
-const char list_rcs[] = "$Id: list.c,v 1.32 2014/11/14 10:39:49 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/list.c,v $
@@ -56,9 +55,6 @@ const char list_rcs[] = "$Id: list.c,v 1.32 2014/11/14 10:39:49 fabiankeil Exp $
 #include "list.h"
 #include "miscutil.h"
 
-const char list_h_rcs[] = LIST_H_VERSION;
-
-
 static int list_is_valid (const struct list *the_list);