summaryrefslogtreecommitdiff
path: root/timehint.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-04-05 14:28:14 -0700
committerGary E. Miller <gem@rellim.com>2016-04-05 14:28:14 -0700
commitb82cc253da1de5c9beb4674a2e7f855aaea010e5 (patch)
tree470c13341100967baee00fef19614174e03c8399 /timehint.c
parente30203491a842d63254db19fe261971f98c50a36 (diff)
downloadgpsd-b82cc253da1de5c9beb4674a2e7f855aaea010e5.tar.gz
Bad NMEA time was still leaking, require 3 fixes for time.
Diffstat (limited to 'timehint.c')
-rw-r--r--timehint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/timehint.c b/timehint.c
index c224d767..b37ea78b 100644
--- a/timehint.c
+++ b/timehint.c
@@ -105,8 +105,6 @@
* garbage-collects them when they have no attached processes.
*/
-#define PPS_MIN_FIXES 3 /* # fixes to wait for before shipping PPS */
-
static volatile struct shmTime *getShmTime(struct gps_context_t *context, int unit)
{
int shmid;