summaryrefslogtreecommitdiff
path: root/gpsutils.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-15 22:04:00 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-15 22:04:00 +0000
commit00fa4ffcc13d9ae6444919f0ac1b19ae2b1470f5 (patch)
tree2f62567fffabb9cd82b124a37a527fd7bd1bbe67 /gpsutils.c
parent9ea3dcf34f0ed8decc3dbd58bb9b778fbf6e2eb5 (diff)
downloadgpsd-00fa4ffcc13d9ae6444919f0ac1b19ae2b1470f5.tar.gz
Remove a variable declaration that is now unused.
Diffstat (limited to 'gpsutils.c')
-rw-r--r--gpsutils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpsutils.c b/gpsutils.c
index 5b6d7b58..38f62e7c 100644
--- a/gpsutils.c
+++ b/gpsutils.c
@@ -491,7 +491,6 @@ gps_mask_t fill_dop(const struct gps_data_t *gpsdata, struct dop_t *dop)
double inv[4][4];
double satpos[MAXCHANNELS][4];
double hdop, vdop, pdop, tdop, gdop;
- gps_mask_t mask;
int i, j, k, n;
#ifdef __UNUSED__