summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-09-09 07:58:01 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-09-09 07:58:01 +0000
commit09f1d5cf1046962c85eeddf97f21ca03eadd95a0 (patch)
tree38b7d3c780d84c958894ef0dc70603b464f077b5 /gps.h
parent949464a1664edee7aebf31818a017abc216a8d9c (diff)
downloadgpsd-09f1d5cf1046962c85eeddf97f21ca03eadd95a0.tar.gz
The big dead-storage elimination: we get rid of the newdata member.
All regression tests pass.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index 18564e62..210471e5 100644
--- a/gps.h
+++ b/gps.h
@@ -210,7 +210,6 @@ struct gps_data_t {
*/
struct gps_fix_t fix; /* accumulated PVT data */
- struct gps_fix_t newdata; /* PVT data from last packet */
double separation; /* Geoidal separation, MSL - WGS84 (Meters) */