summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorChristian Gagneraud <chgans@gna.org>2013-11-22 10:57:26 +1300
committerEric S. Raymond <esr@thyrsus.com>2013-11-21 18:38:04 -0500
commit24d1b1c6eb08d96cd36724d335f2c74ee1a4b2a2 (patch)
tree83a866ca067f14cb4689492f28ec6bc54b9fc9c1 /drivers.c
parent072f42a34d789cd88d9e267ebbc632954f101677 (diff)
downloadgpsd-24d1b1c6eb08d96cd36724d335f2c74ee1a4b2a2.tar.gz
drivers.c: Remove dead reference to driver_{zodiac, ubx, sirf}_binary
There's no such structures anywhere in the code, remove the extern declarations. Signed-off-by: Christian Gagneraud <chgans@gna.org>
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers.c b/drivers.c
index 6788e71a..ded0dcd1 100644
--- a/drivers.c
+++ b/drivers.c
@@ -15,9 +15,6 @@
#include "gpsd.h"
#include "bits.h" /* for getbeu16(), to extract big-endian words */
-extern const struct gps_type_t driver_zodiac_binary;
-extern const struct gps_type_t driver_ubx_binary;
-extern const struct gps_type_t driver_sirf_binary;
extern const struct gps_type_t driver_nmea2000;
ssize_t generic_get(struct gps_device_t *session)