summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2010-04-18 13:50:18 -0700
committerChris Kuethe <ckuethe@users.berlios.de>2010-04-18 13:50:18 -0700
commita43e82b4ce8849af4c000a119e2a0f132cb91c51 (patch)
tree6ad91d4390222586defee3bce2ed89babb091071
parentb61fbf1be0d88f13e2138b60186ba524ddd104c5 (diff)
downloadgpsd-a43e82b4ce8849af4c000a119e2a0f132cb91c51.tar.gz
remove code that's been commented out for months
-rw-r--r--libgpsd_core.c7
1 files changed, 0 insertions, 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";