From e48fb743d8daaf8e273422f8b45cd2091f6f2afa Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 21 Sep 2002 08:00:01 +0000 Subject: [PATCH] Remove #ifdef/#endif 3 years after the stuff they protected was removed. Spotted by: peter. --- sys/pc98/cbus/clock.c | 2 -- sys/pc98/cbus/pcrtc.c | 2 -- sys/pc98/pc98/clock.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 03be3735db9..94c57712bb5 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -70,8 +70,6 @@ #include #include -#ifdef CLK_CALIBRATION_LOOP -#endif #include #include #include diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 03be3735db9..94c57712bb5 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -70,8 +70,6 @@ #include #include -#ifdef CLK_CALIBRATION_LOOP -#endif #include #include #include diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index 03be3735db9..94c57712bb5 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.c @@ -70,8 +70,6 @@ #include #include -#ifdef CLK_CALIBRATION_LOOP -#endif #include #include #include