summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-02 10:41:07 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-11-02 10:41:07 -0400
commitdae540addfe666a5a296d9be40a283da7dc3d2fe (patch)
treefbe0f8a75c32dd173de604aac33d018b035d2280 /libgpsd_core.c
parent05416cc2c661d3f4c8b391723051927d524f4688 (diff)
downloadgpsd-dae540addfe666a5a296d9be40a283da7dc3d2fe.tar.gz
Eliminate an enable flag that always gets set true.
All regression tests pass. PPS is live.
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index 1f5c6fc3..1d5038d9 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -235,7 +235,6 @@ void gps_context_init(struct gps_context_t *context)
.leap_notify = LEAP_NOWARNING,
#endif /* TIMEHINT_ENABLE */
#ifdef NTPSHM_ENABLE
- .enable_ntpshm = false,
.shmTime = {0},
.shmTimeInuse = {0},
#endif /* NTPSHM_ENABLE */