tbf: Drop unused function disable_egprs()

Change-Id: I8e3e1d9e70d46c7ca65ce67c408830f8bd20ce3b
This commit is contained in:
Pau Espin 2020-10-25 23:29:20 +01:00
parent b385969039
commit 9f6d1a85e1
1 changed files with 0 additions and 6 deletions

View File

@ -265,7 +265,6 @@ struct gprs_rlcmac_tbf {
/* EGPRS */
bool is_egprs_enabled() const;
void disable_egprs();
/* attempt to make things a bit more fair */
void rotate_in_list();
@ -571,11 +570,6 @@ inline void gprs_rlcmac_tbf::enable_egprs()
window()->set_sns(RLC_EGPRS_SNS);
}
inline void gprs_rlcmac_tbf::disable_egprs()
{
m_egprs_enabled = false;
}
inline enum gprs_rlcmac_tbf_direction reverse(enum gprs_rlcmac_tbf_direction dir)
{
return (enum gprs_rlcmac_tbf_direction)