diff options
Diffstat (limited to 'gr-uhd/lib/rfnoc_tx_streamer_impl.cc')
-rw-r--r-- | gr-uhd/lib/rfnoc_tx_streamer_impl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-uhd/lib/rfnoc_tx_streamer_impl.cc b/gr-uhd/lib/rfnoc_tx_streamer_impl.cc index 3dcc43ab3c..6985125ea2 100644 --- a/gr-uhd/lib/rfnoc_tx_streamer_impl.cc +++ b/gr-uhd/lib/rfnoc_tx_streamer_impl.cc @@ -42,7 +42,6 @@ rfnoc_tx_streamer_impl::rfnoc_tx_streamer_impl(rfnoc_graph::sptr graph, num_chans, ::uhd::convert::get_bytes_per_item(stream_args.cpu_format) * vlen), gr::io_signature::make(0, 0, 0)), - d_num_chans(num_chans), d_itemsize(::uhd::convert::get_bytes_per_item(stream_args.cpu_format)), d_vlen(vlen), d_graph(graph), |