summaryrefslogtreecommitdiff
path: root/monitor_sirf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-10 10:32:59 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-10 10:32:59 -0400
commit53c02f64558aaac3769f4035bd3a832ea8fc299f (patch)
treeccab460400b5b1eeebeb83e057d545446e2284b8 /monitor_sirf.c
parentfd2c45616bb045b400fa61d8a8bf9301dd5e6734 (diff)
downloadgpsd-53c02f64558aaac3769f4035bd3a832ea8fc299f.tar.gz
The previous round of splint fixups was botched. Remedy this.
Diffstat (limited to 'monitor_sirf.c')
-rw-r--r--monitor_sirf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/monitor_sirf.c b/monitor_sirf.c
index 74da43d9..afdbf178 100644
--- a/monitor_sirf.c
+++ b/monitor_sirf.c
@@ -66,9 +66,6 @@ static bool sirf_initialize(void)
/*@-globstate@*/
unsigned int i;
- /* splint pacification */
- assert(mid2win!=NULL && mid7win != NULL);
-
/*@ -onlytrans @*/
mid2win = subwin(devicewin, 6, 80, 1, 0);
mid4win = subwin(devicewin, MAXSATS + 3, 30, 7, 0);