]> granicus.if.org Git - sudo/commitdiff
g/c unused variable
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 24 Mar 2003 21:09:27 +0000 (21:09 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 24 Mar 2003 21:09:27 +0000 (21:09 +0000)
logging.c

index 3baa1a81d972f75f5e45d2eca84271f297c8c987..f52b8d1e9ea7ad3da5b294b692d6691c1b0e1525 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -438,7 +438,7 @@ send_mail(line)
 {
     FILE *mail;
     char *p;
-    int pfd[2], status;
+    int pfd[2];
     pid_t pid;
     sigset_t set, oset;
 #ifndef NO_ROOT_MAILER