summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-25 06:45:40 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-25 06:45:40 -0400
commit8b11554f1e9eb52074f4163e196b59025fd41ebe (patch)
treee5734d9702adc1438eb70baf79c505801f14680d /gpsd.h-tail
parent0254ac8e5be806a97a71c64282b6b1a283c28422 (diff)
downloadgpsd-8b11554f1e9eb52074f4163e196b59025fd41ebe.tar.gz
Revert "Garmin binary driver. Fixed bug in getting leap seconds."
Originator withdrew the patch after noticing his assumptions were wrong.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail7
1 files changed, 0 insertions, 7 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 7b457642..acff12f4 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -89,13 +89,6 @@ enum isgpsstat_t {
*/
#define GPS_EPOCH 315964800 /* 6 Jan 1981 00:00:00 UTC */
-/*
- * TAI - GPS = 19 seconds.
- * Needed because some devices (notably Garmin binary GPSes)
- * report GPS - UTC offset.
- */
-#define TAI_GPS_OFFSET 19
-
struct gps_packet_t {
/* packet-getter internals */
int type;