remove instantiations of move-constructors and move assignment operators from cc_buffer_handler

This commit is contained in:
Francisco 2021-03-12 13:36:16 +00:00 committed by Francisco Paisana
parent ca7fe1349e
commit 6feb311e17
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@ public:
using cc_softbuffer_rx_list_t = std::vector<srslte_softbuffer_rx_t>;
explicit cc_buffer_handler(srslte::pdu_queue& shared_pdu_queue_);
cc_buffer_handler(cc_buffer_handler&&) noexcept = default;
cc_buffer_handler& operator=(cc_buffer_handler&&) noexcept = default;
~cc_buffer_handler();
void reset();