]> granicus.if.org Git - sudo/commitdiff
g/c unused var
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 10 Feb 2009 14:39:15 +0000 (14:39 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 10 Feb 2009 14:39:15 +0000 (14:39 +0000)
match.c

diff --git a/match.c b/match.c
index 92542ef18411f92fa5fe2df5b3d5d8b16211dcaf..558b96df0e79f54c97ca8d39f100807491039bb2 100644 (file)
--- a/match.c
+++ b/match.c
@@ -515,7 +515,7 @@ command_matches_normal(sudoers_cmnd, sudoers_args)
     char *sudoers_args;
 {
     struct stat sudoers_stat;
-    char *base, *cp;
+    char *base;
     size_t dlen;
 
     /* If it ends in '/' it is a directory spec. */