From a43e82b4ce8849af4c000a119e2a0f132cb91c51 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Sun, 18 Apr 2010 13:50:18 -0700 Subject: remove code that's been commented out for months --- libgpsd_core.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libgpsd_core.c b/libgpsd_core.c index 1700b7b5..b3dd456d 100644 --- a/libgpsd_core.c +++ b/libgpsd_core.c @@ -254,13 +254,6 @@ static /*@null@*/ void *gpsd_ppsmonitor(void *arg) log = "Too long for 5Hz, too short for 1Hz\n"; } else if (1001000 > cycle) { /* looks like PPS pulse or square wave */ - -#if 0 -/* huh? */ -#if defined(NMEA_ENABLE) && defined(GPSCLOCK_ENABLE) - &&session->driver.nmea.ignore_trailing_edge -#endif /* GPSCLOCK_ENABLE */ -#endif if (0 == duration) { ok = 1; log = "PPS invisible pulse\n"; -- cgit v1.2.1