summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/ntpd/check_y2k.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/ntpd/check_y2k.c')
-rw-r--r--contrib/ntp/ntpd/check_y2k.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ntp/ntpd/check_y2k.c b/contrib/ntp/ntpd/check_y2k.c
index 6b83115..12d1a59 100644
--- a/contrib/ntp/ntpd/check_y2k.c
+++ b/contrib/ntp/ntpd/check_y2k.c
@@ -104,7 +104,6 @@
#define GoodLeap(Year) (((Year)%4 || (!((Year)%100) && (Year)%400)) ? 0 : 13 )
-volatile int debug = 0; /* debugging requests for parse stuff */
char const *progname = "check_y2k";
long
OpenPOWER on IntegriCloud