From: Greg Banks Date: Tue, 27 Jun 2006 11:30:18 +0000 (+1000) Subject: Comment out unused variable. X-Git-Tag: nfs-utils-1-0-9~31 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=b90d201551aaa712c011c3d5de900fad714a26a6 Comment out unused variable. --- diff --git a/utils/statd/log.c b/utils/statd/log.c index 408807e..bf2a926 100644 --- a/utils/statd/log.c +++ b/utils/statd/log.c @@ -29,7 +29,9 @@ static pid_t mypid; /* Turns on logging to console/stderr. */ +#if 0 static int opt_debug = 0; /* Will be command-line option, eventually */ +#endif void log_init() {