summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-15 21:33:35 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-15 21:33:35 -0500
commitd3521ce59ba8065ca6e65f95787fcb7d6b0ac60d (patch)
treeddf71d83a5e81c6c386a71928b8f2d0e55d5444d /gpsd.h-tail
parent8c32e095b3e70f1aea13d7f16aad29eea9746626 (diff)
downloadgpsd-d3521ce59ba8065ca6e65f95787fcb7d6b0ac60d.tar.gz
Simplify NTP SHM segment creation.
This will avoid an object file compatibility break later. All regression tetrs pass. SHM segments allocate successfully in live testing.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index eaca0cb6..8912e244 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -271,7 +271,6 @@ struct gps_context_t {
/* we need the volatile here to tell the C compiler not to
* 'optimize' as 'dead code' the writes to SHM */
/*@reldef@*/volatile struct shmTime *shmTime[NTPSHMSEGS];
- bool shmTimeInuse[NTPSHMSEGS];
#endif /* NTPSHM_ENABLE */
#ifdef PPS_ENABLE
/*@null@*/ void (*pps_hook)(struct gps_device_t *, struct timedrift_t *);