diff options
Diffstat (limited to 'host/lib/rfnoc/legacy_compat.cpp')
-rw-r--r-- | host/lib/rfnoc/legacy_compat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/rfnoc/legacy_compat.cpp b/host/lib/rfnoc/legacy_compat.cpp index 3c3a0a26f..7e9eec20e 100644 --- a/host/lib/rfnoc/legacy_compat.cpp +++ b/host/lib/rfnoc/legacy_compat.cpp @@ -175,7 +175,6 @@ public: } } for (size_t port = 0; port < _num_tx_chans_per_radio; port++) { - size_t chan = radio * _num_tx_chans_per_radio + port; if (!radio_block_ctrl->get_dboard_fe_from_chan(port, uhd::TX_DIRECTION).empty()) { _tx_channel_map[mboard].push_back({radio, port}); } |