rlc: remove unused macro

this seems to be a legacy copy of the RLC_TX_QUEUE_LEN macro
in rlc_interfaces_types.h
This commit is contained in:
Andre Puschmann 2020-09-08 16:00:59 +02:00
parent 1860006203
commit 569d8ee860
1 changed files with 0 additions and 3 deletions

View File

@ -204,9 +204,6 @@ typedef std::function<void(uint32_t, uint32_t, uint32_t)> bsr_callback_t;
class rlc_common
{
public:
// Size of the Uplink buffer in number of PDUs
const static int RLC_BUFFER_NOF_PDU = 128;
virtual ~rlc_common() = default;
virtual bool configure(const rlc_config_t& cnfg) = 0;
virtual void stop() = 0;