aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-05 12:43:00 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-05 12:43:00 +0200
commit83d86d889678ee69bb0316faa5721389be1344b8 (patch)
tree40639ab7162ced0886991e65dfb31a2aef40da0f
parent737f839c3f579b527dc6d943bdc19364302f4927 (diff)
downloaddabmod-83d86d889678ee69bb0316faa5721389be1344b8.tar.gz
dabmod-83d86d889678ee69bb0316faa5721389be1344b8.tar.bz2
dabmod-83d86d889678ee69bb0316faa5721389be1344b8.zip
Remove old TODO
-rw-r--r--src/OutputUHD.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/OutputUHD.cpp b/src/OutputUHD.cpp
index d78c4bf..3a5225b 100644
--- a/src/OutputUHD.cpp
+++ b/src/OutputUHD.cpp
@@ -169,8 +169,6 @@ OutputUHD::OutputUHD(
RC_ADD_PARAMETER(muting, "Mute the output by stopping the transmitter");
RC_ADD_PARAMETER(staticdelay, "Set static delay (uS) between 0 and 96000");
- // TODO: find out how to use boost::bind to give the logger to the
- // uhd_msg_handler
uhd::msg::register_handler(uhd_msg_handler);
uhd::set_thread_priority_safe();