summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/parse.c b/parse.c
index 86542b2ff..0560f6cd5 100644
--- a/parse.c
+++ b/parse.c
@@ -89,10 +89,6 @@
# include "emul/glob.h"
#endif /* HAVE_EXTENDED_GLOB */
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo$";
-#endif /* lint */
-
static int command_matches_dir __P((char *, size_t));
static int command_matches_glob __P((char *, char *));
static int command_matches_fnmatch __P((char *, char *));