From 0658c2fb8d15fbe78fdd4edd1be184559ab53c32 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 24 Aug 2014 10:17:59 -0400 Subject: Drop the obsolete tag field from JSON output. Bump the minor protocol number. Required a regression-test rebuild, of course. The field is still set by the TSIP and SiRF drivers; the SiRF driver actually uses it. It may be possible to eliminate the TSIP uses, but so far attempting this has produced odd regression-test failures. --- driver_zodiac.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'driver_zodiac.c') diff --git a/driver_zodiac.c b/driver_zodiac.c index b1c9a966..240c7909 100644 --- a/driver_zodiac.c +++ b/driver_zodiac.c @@ -362,9 +362,6 @@ static gps_mask_t zodiac_analyze(struct gps_device_t *session) if (session->packet.outbuflen < 10) return 0; - (void)snprintf(session->gpsdata.tag, sizeof(session->gpsdata.tag), - "%u", id); - /* * Normal cycle for these devices is 1001 1002. * We count 1001 as end of cycle because 1002 doesn't -- cgit v1.2.1