]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/statd/log.c
Comment out unused variable.
[nfs-utils.git] / 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()
 {