summaryrefslogtreecommitdiff
path: root/isgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-05-12 18:45:28 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-05-12 18:45:28 -0400
commit7c506d8dc964781e59c1b9b5d6e43fb90e83b722 (patch)
tree34d16efa720aea2c01980e972ff29ad77a3c3aed /isgps.c
parent068889d5a3950b1bacdfdf1f06dd8e4cd3b3f7ea (diff)
downloadgpsd-7c506d8dc964781e59c1b9b5d6e43fb90e83b722.tar.gz
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.
Diffstat (limited to 'isgps.c')
-rw-r--r--isgps.c1
1 files changed, 0 insertions, 1 deletions
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,