From 7c506d8dc964781e59c1b9b5d6e43fb90e83b722 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 12 May 2010 18:45:28 -0400 Subject: XXX -> FIX-ME: Avoids false matches with autoconf cruft. So we can grep for things that need to be cleaned up without a lot of noise. All regression tests pass. --- isgps.c | 1 - 1 file changed, 1 deletion(-) (limited to 'isgps.c') diff --git a/isgps.c b/isgps.c index c29a7c36..db13d430 100644 --- a/isgps.c +++ b/isgps.c @@ -219,7 +219,6 @@ enum isgpsstat_t isgps_decode(struct gps_packet_t *session, gpsd_report(ISGPS_ERRLEVEL_BASE + 1, "ISGPS preamble ok, parity ok -- locked\n"); session->isgps.locked = true; - /* session->isgps.curr_offset; XXX - testing */ break; } gpsd_report(ISGPS_ERRLEVEL_BASE + 1, -- cgit v1.2.1