summaryrefslogtreecommitdiff
path: root/strcasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'strcasecmp.c')
-rw-r--r--strcasecmp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/strcasecmp.c b/strcasecmp.c
index 3ae7a7f0d..d14fdfb38 100644
--- a/strcasecmp.c
+++ b/strcasecmp.c
@@ -18,10 +18,6 @@
#include <config.h>
#include <compat.h>
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo$";
-#endif /* lint */
-
/*
* Case insensitive string compare routines, same semantics as str[n]cmp()
* (assumes ASCII..).