]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Comment out unused variable.
authorGreg Banks <gnb@melbourne.sgi.com>
Tue, 27 Jun 2006 11:30:18 +0000 (21:30 +1000)
committerGreg Banks <gnb@melbourne.sgi.com>
Tue, 27 Jun 2006 11:30:18 +0000 (21:30 +1000)
utils/statd/log.c

index 408807ef7da51727a406e7e6ac826730ee5de33c..bf2a92664daf2c9683ac25af1427e1ffe1d2975a 100644 (file)
@@ -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()
 {