summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-24 10:22:21 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-24 10:22:21 -0500
commitafe3e0bd526f25089307ddd1482fffd6abf4a51a (patch)
tree8e76161b40656c2596f66c11d3ba7d8a3eb6b473 /libgpsd_core.c
parente9f0b59325f6ea938ff8ff892cf181c6d209db9a (diff)
downloadgpsd-afe3e0bd526f25089307ddd1482fffd6abf4a51a.tar.gz
Eliminate the dsock member in the context structure.
Another step towards integrating NTRIP support in a way that's actually correct for the daemon architecture. This involved conditioning out code for DGPSIP server lookups, a feature which was never documented and has probably been broken forever. It's actually not even clear there are still any DGPSIP servers still running; the dgpsip package was removed from Debiann at maintainer request in 2008 (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=392666). I may yet just rip out that code entirely.
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 16008b80..1c1bd897 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -162,7 +162,6 @@ void gps_context_init(struct gps_context_t *context)
.sentdgps = false,
.netgnss_service = netgnss_none,
.fixcnt = 0,
- .dsock = -1,
.rtcmbytes = 0,
.rtcmbuf = {'\0'},
.rtcmtime = 0,