From 24d1b1c6eb08d96cd36724d335f2c74ee1a4b2a2 Mon Sep 17 00:00:00 2001 From: Christian Gagneraud Date: Fri, 22 Nov 2013 10:57:26 +1300 Subject: 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 --- drivers.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers.c') 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) -- cgit v1.2.1