add sudo.postrm and add code to flush /var/lib/sudo on purge
[debian/sudo] / list.c
diff --git a/list.c b/list.c
index 2e6482ad2a875af77b5bcce8be4a0e0866977a3d..60c1138026ac7ad0c84858cbd4ad959820abc385 100644 (file)
--- a/list.c
+++ b/list.c
 
 #include "sudo.h"
 
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo: list.c,v 1.6 2008/11/09 14:13:12 millert Exp $";
-#endif /* lint */
-
 struct list_proto {
     struct list_proto *prev;
     struct list_proto *next;