aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-05-21 16:20:43 -0700
committerBrent Stapleton <brent.stapleton@ettus.com>2019-07-15 10:12:33 -0700
commitcd755b0a51bb136ce4f17a83157c4d8fe5ffa972 (patch)
treeffd0d47ce04a5f4bdec97a012443ab40872687ab /host/lib/rfnoc
parentdb9285586213f0100dd9f0caf6e69e872d9a6718 (diff)
downloaduhd-cd755b0a51bb136ce4f17a83157c4d8fe5ffa972.tar.gz
uhd-cd755b0a51bb136ce4f17a83157c4d8fe5ffa972.tar.bz2
uhd-cd755b0a51bb136ce4f17a83157c4d8fe5ffa972.zip
device3: Remove unused 'rate' argument from update_?x_streamers()
Diffstat (limited to 'host/lib/rfnoc')
-rw-r--r--host/lib/rfnoc/legacy_compat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/rfnoc/legacy_compat.cpp b/host/lib/rfnoc/legacy_compat.cpp
index b4f2c522e..3f2bc9584 100644
--- a/host/lib/rfnoc/legacy_compat.cpp
+++ b/host/lib/rfnoc/legacy_compat.cpp
@@ -408,7 +408,7 @@ public:
}
// Update streamers:
boost::dynamic_pointer_cast<uhd::usrp::device3_impl>(_device)
- ->update_rx_streamers(rate);
+ ->update_rx_streamers();
}
void set_tx_rate(const double rate, const size_t chan)
@@ -460,7 +460,7 @@ public:
}
// Update streamers:
boost::dynamic_pointer_cast<uhd::usrp::device3_impl>(_device)
- ->update_tx_streamers(rate);
+ ->update_tx_streamers();
}
private: // types