summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorGreg Banks <gnb@melbourne.sgi.com>2006-06-27 21:30:18 +1000
committerGreg Banks <gnb@melbourne.sgi.com>2006-06-27 21:30:18 +1000
commitb90d201551aaa712c011c3d5de900fad714a26a6 (patch)
treed7dbe4adee40f2ee7b033ede1256531e2bd14119 /utils
parent33beb42d3d2cd13a82ddbbdc4275d2a048030ae3 (diff)
downloadnfs-utils-b90d201551aaa712c011c3d5de900fad714a26a6.tar.gz
nfs-utils-b90d201551aaa712c011c3d5de900fad714a26a6.tar.xz
nfs-utils-b90d201551aaa712c011c3d5de900fad714a26a6.zip
Comment out unused variable.
Diffstat (limited to 'utils')
-rw-r--r--utils/statd/log.c2
1 files changed, 2 insertions, 0 deletions
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()
{