tbf: Remove bogus gprs_rlcmac_dl_tbf::enable_egprs

This method is already present in gprs_rlcmac_tbf and should
not be present in gprs_rlcmac_dl_tbf.

Sponsored-by: On-Waves ehf
This commit is contained in:
Jacob Erlbeck 2016-01-07 16:14:19 +01:00
parent 166c9fc827
commit 369c2fb7b4
1 changed files with 0 additions and 1 deletions

View File

@ -353,7 +353,6 @@ struct gprs_rlcmac_dl_tbf : public gprs_rlcmac_tbf {
int frames_since_last_drain(unsigned fn) const;
bool keep_open(unsigned fn) const;
int release();
void enable_egprs();
bool is_control_ts(uint8_t ts) const {
return ts == control_ts;