summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-18 05:27:25 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-18 05:27:25 -0400
commitce17b5ecdcf5dfe9a91e9fb4f7aeeff9503e359f (patch)
treed755b379434d23837d53b0b83a2bee82890fb5c9 /gps.h
parent0135ddfc993cd7056e68bca1e320631efce54bc2 (diff)
downloadgpsd-ce17b5ecdcf5dfe9a91e9fb4f7aeeff9503e359f.tar.gz
Remove duplicate symbol. Code is now found clean by cppcheck 1.52.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index fc28fa9e..ea95c6fa 100644
--- a/gps.h
+++ b/gps.h
@@ -1690,7 +1690,7 @@ struct gps_data_t {
char tag[MAXTAGLEN+1]; /* tag of last sentence processed */
/* pack things never reported together to reduce structure size */
-#define UNION_SET (RTCM2_SET|RTCM3_SET|SUBFRAME_SET|AIS_SET|ATTITUDE_SET|VERSION_SET|DEVICELIST_SET|LOGMESSAGE_SET|ERROR_SET|GST_SET|VERSION_SET)
+#define UNION_SET (RTCM2_SET|RTCM3_SET|SUBFRAME_SET|AIS_SET|ATTITUDE_SET|GST_SET|VERSION_SET|DEVICELIST_SET|LOGMESSAGE_SET|ERROR_SET)
union {
/* unusual forms of sensor data that might come up the pipe */
struct rtcm2_t rtcm2;