From: Todd C. Miller Date: Mon, 24 Mar 2003 21:09:27 +0000 (+0000) Subject: g/c unused variable X-Git-Tag: SUDO_1_6_7~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fff31a8a569e11c650d6debda339f298100e45c6;p=sudo g/c unused variable --- diff --git a/logging.c b/logging.c index 3baa1a81d..f52b8d1e9 100644 --- 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