aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 460de701..d616076d 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -215,9 +215,6 @@ struct gprs_rlcmac_tbf {
gprs_rlcmac_tbf(struct gprs_rlcmac_bts *bts_, GprsMs *ms, gprs_rlcmac_tbf_direction dir);
virtual ~gprs_rlcmac_tbf() {}
- static void free_all(struct gprs_rlcmac_trx *trx);
- static void free_all(struct gprs_rlcmac_pdch *pdch);
-
virtual gprs_rlc_window *window() = 0;
int setup(int8_t use_trx, bool single_slot);