summaryrefslogtreecommitdiff
path: root/gpsctl.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-06-08 00:24:24 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-06-08 00:24:24 -0400
commit423df1ff3a2201c5b0e9d90359464b2c9fa11575 (patch)
treefd337b2ae82addc4753b8bf4d5cb5f1551453ad3 /gpsctl.c
parent6728791c6126d0739b79326e849eeb0c73e9d587 (diff)
downloadgpsd-423df1ff3a2201c5b0e9d90359464b2c9fa11575.tar.gz
Splint cleanup. All regression tests pass.
Diffstat (limited to 'gpsctl.c')
-rw-r--r--gpsctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gpsctl.c b/gpsctl.c
index dc9d20e3..1a6db974 100644
--- a/gpsctl.c
+++ b/gpsctl.c
@@ -263,7 +263,6 @@ int main(int argc, char **argv)
}
/*@-nullpass@*/
- /*@-compdef -uniondef -usedef@*/
/* ^ someday, add out annotation to the gpspoll() param and remove */
if (!lowlevel) {
/* OK, there's a daemon instance running. Do things the easy way */
@@ -634,7 +633,6 @@ int main(int argc, char **argv)
context.readonly = write_enable;
}
#endif /* ALLOW_RECONFIGURE */
- /*@+compdef +uniondef +usedef@*/
#ifdef ALLOW_CONTROLSEND
/*@ -compdef @*/
if (control) {