summaryrefslogtreecommitdiff
path: root/gpsdecode.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-06-17 04:38:12 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-06-17 04:38:12 -0400
commit607cdcca3ec69f74245b06cbb147e2435360d190 (patch)
tree766be1d9c7d14055ec58a45e79de9bc49bd04915 /gpsdecode.c
parentfd954cbf588c9a99ad21be16ca80739f58ba465b (diff)
downloadgpsd-607cdcca3ec69f74245b06cbb147e2435360d190.tar.gz
Elimination of gpsd_hexdump_level.
The few gpsd_hexdump() calls left have explicit guards.
Diffstat (limited to 'gpsdecode.c')
-rw-r--r--gpsdecode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpsdecode.c b/gpsdecode.c
index 13f66eb5..b1634392 100644
--- a/gpsdecode.c
+++ b/gpsdecode.c
@@ -514,7 +514,6 @@ int main(int argc, char **argv)
case 'D':
verbose = atoi(optarg);
- gpsd_hexdump_level = verbose;
#if defined(CLIENTDEBUG_ENABLE) && defined(SOCKET_EXPORT_ENABLE)
json_enable_debug(verbose - 2, stderr);
#endif