lib,rlc_am_nr: remove unused structure

This commit is contained in:
Pedro Alvarez 2021-11-22 12:22:42 +00:00
parent 47340f37a2
commit e3b95ef131
1 changed files with 0 additions and 6 deletions

View File

@ -50,12 +50,6 @@ struct rlc_amd_rx_pdu_nr {
explicit rlc_amd_rx_pdu_nr(uint32_t rlc_sn_) : rlc_sn(rlc_sn_) {}
};
struct rlc_amd_rx_sdu_t {
uint32_t rlc_sn = 0;
bool fully_received = false;
std::list<rlc_amd_rx_pdu_nr> segments;
};
struct rlc_amd_rx_sdu_nr_t {
uint32_t rlc_sn = 0;
bool fully_received = false;