From b90d201551aaa712c011c3d5de900fad714a26a6 Mon Sep 17 00:00:00 2001 From: Greg Banks Date: Tue, 27 Jun 2006 21:30:18 +1000 Subject: [PATCH] Comment out unused variable. --- utils/statd/log.c | 2 ++ 1 file changed, 2 insertions(+) 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() { -- 2.39.2