update .in files in the source tree, not the build tree(s)
[debian/sudo] / redblack.c
index ac8ea2d2136f0f0c5b20be2a0e622ca787b92f77..95ac095b05f7f4d99fbdf662805caf73ad8f6558 100644 (file)
 #include "sudo.h"
 #include "redblack.h"
 
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo: redblack.c,v 1.12 2009/06/29 13:36:20 millert Exp $";
-#endif /* lint */
-
 static void rbrepair           __P((struct rbtree *, struct rbnode *));
 static void rotate_left                __P((struct rbtree *, struct rbnode *));
 static void rotate_right       __P((struct rbtree *, struct rbnode *));