aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-03-19 13:28:22 -0700
committerMartin Braun <martin.braun@ettus.com>2018-03-19 13:28:22 -0700
commit053cd3fea7eb01b8eef8fba723d123fac9417f50 (patch)
tree891c09edbece6f6b99c6e7626af4a25db99e9c8d /host/utils
parenta9c51009e99bfaf004b5081a92aad4567acf5560 (diff)
downloaduhd-053cd3fea7eb01b8eef8fba723d123fac9417f50.tar.gz
uhd-053cd3fea7eb01b8eef8fba723d123fac9417f50.tar.bz2
uhd-053cd3fea7eb01b8eef8fba723d123fac9417f50.zip
docs: Purged stray references to register_handler
This is a no-longer-supported API call from before the logging API restructuring.
Diffstat (limited to 'host/utils')
-rw-r--r--host/utils/latency/lib/Responder.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/host/utils/latency/lib/Responder.cpp b/host/utils/latency/lib/Responder.cpp
index 1b0450a23..8cb1170db 100644
--- a/host/utils/latency/lib/Responder.cpp
+++ b/host/utils/latency/lib/Responder.cpp
@@ -152,9 +152,6 @@ Responder::Responder( Options& opt)
return;
}
- // set up handlers for test run
- // uhd::msg::register_handler(&_late_handler); // capture UHD output.
-
cerr_redirect(_ss_cerr.rdbuf());
register_stop_signal_handler();
}