summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-03-25 16:43:28 -0700
committerGary E. Miller <gem@rellim.com>2019-03-25 16:43:28 -0700
commit1bc06df9cb9ee58c6497311ae14aad50f9bc69d9 (patch)
treeeb94aea6ca14b7cf747c1f3683d8dbb2012908af /driver_nmea0183.c
parent57eab188b60fb2a47362142c6dc4da1249d8fd11 (diff)
downloadgpsd-1bc06df9cb9ee58c6497311ae14aad50f9bc69d9.tar.gz
VERR_SET: Removed flag from daemon. No regressions changed.
Obviously redundant.
Diffstat (limited to 'driver_nmea0183.c')
-rw-r--r--driver_nmea0183.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver_nmea0183.c b/driver_nmea0183.c
index 7fa4e182..542860f8 100644
--- a/driver_nmea0183.c
+++ b/driver_nmea0183.c
@@ -1563,7 +1563,6 @@ static gps_mask_t processPSRFEPE(int c UNUSED, char *field[],
if ('\0' != field[5][0]) {
/* Estimated Vertical Position Error (meters, 0.01 resolution) */
session->newdata.epv = safe_atof(field[5]);
- mask |= VERR_SET;
}
if ('\0' != field[6][0]) {