summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2019-01-28 17:27:49 -0800
committerAshish Chaudhari <ashish.chaudhari@ettus.com>2019-01-31 13:48:02 -0800
commitc08bc212d1b4e48f811b80ee8cb6321c944d4d58 (patch)
tree06c28a00bab2bab2a0eaeb3dc10fa21cd549d4ed
parentfixup! RFNoC: More graph traversal fixes (diff)
downloaduhd-c08bc212d1b4e48f811b80ee8cb6321c944d4d58.tar.xz
uhd-c08bc212d1b4e48f811b80ee8cb6321c944d4d58.zip
Device3: Remove redundant function call
Signed-off-by: michael-west <michael.west@ettus.com>
-rw-r--r--host/lib/usrp/device3/device3_io_impl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/device3/device3_io_impl.cpp b/host/lib/usrp/device3/device3_io_impl.cpp
index d0ec52971..3ea0d84e3 100644
--- a/host/lib/usrp/device3/device3_io_impl.cpp
+++ b/host/lib/usrp/device3/device3_io_impl.cpp
@@ -268,7 +268,6 @@ void device3_impl::update_rx_streamers(double /* rate */)
if (tick_rate == rfnoc::tick_node_ctrl::RATE_UNDEFINED) {
tick_rate = 1.0;
}
- my_streamer->set_tick_rate(tick_rate);
double samp_rate = my_streamer->get_terminator()->get_output_samp_rate();
if (samp_rate == rfnoc::rate_node_ctrl::RATE_UNDEFINED) {
samp_rate = 1.0;