From 369c2fb7b48652d812c4d085e42c01ff0348d3d0 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Thu, 7 Jan 2016 16:14:19 +0100 Subject: 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 --- src/tbf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tbf.h b/src/tbf.h index b00f4d54..fbf7c82e 100644 --- a/src/tbf.h +++ b/src/tbf.h @@ -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; -- cgit v1.2.3