summaryrefslogtreecommitdiff
path: root/gpsctl.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-12 01:07:26 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-12 01:07:26 -0500
commit795b233b94ea4356b3623504f19337d39b7a051b (patch)
tree5a14264cd5a4b4bfa96c1df078e1acf214c4ed34 /gpsctl.c
parent8ee5a7a3a3223ca3b36d1032f5e921bad1204dc9 (diff)
downloadgpsd-795b233b94ea4356b3623504f19337d39b7a051b.tar.gz
Fix more build breakage. Partial splint cleanup.
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 0b8f6811..436e2f05 100644
--- a/gpsctl.c
+++ b/gpsctl.c
@@ -623,8 +623,6 @@ int main(int argc, char **argv)
* hunt rather than timing out. Otherwise we can easily get messages
* that spuriously look like failure at high baud rates.
*/
- if (timeout == DEFAULT_TIMEOUT)
- timeout = 0;
/*@ -mustfreeonly -immediatetrans @*/
gps_context_init(&context);