summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-30 16:02:57 -0700
committerGary E. Miller <gem@rellim.com>2015-03-30 16:03:28 -0700
commit810b5d4565350ed1f5948d582d7ec43579c0f776 (patch)
tree1000f783e544ce1f6e66c87ff6dc377c6981a26a /ppsthread.c
parent504cc68faaff428190858b110f46c25869949998 (diff)
downloadgpsd-810b5d4565350ed1f5948d582d7ec43579c0f776.tar.gz
Remove stray ok = false;
Diffstat (limited to 'ppsthread.c')
-rw-r--r--ppsthread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ppsthread.c b/ppsthread.c
index 3336ec44..a1a14343 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -765,8 +765,6 @@ static void *gpsd_ppsmonitor(void *arg)
/* ok and log used by KPPS and TIOCMIWAIT */
- // cppcheck-suppress redundantAssignment
- ok = false;
log = NULL;
#if defined(HAVE_SYS_TIMEPPS_H)
if ( 0 <= thread_context->kernelpps_handle ) {