aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-14 01:21:08 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-14 12:55:45 +0100
commitd85e4cb711c127573ce88535279c32e065efdf4f (patch)
tree512b6316fbdeb6056b5138a301f4cc37cc696b19 /include
parentab1b381d1b61fb26f53b04d0eebf451bb6e02507 (diff)
gsm_network: drop unused trans_list
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_data.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index a0f2114bc..1d12f3df4 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -1144,12 +1144,6 @@ struct gsm_network {
struct rate_ctr_group *bsc_ctrs;
- /*
- * TODO: Move the trans_list into the subscriber connection and
- * create a pending list for MT transactions. These exist before
- * we have a subscriber connection.
- */
- struct llist_head trans_list;
struct bsc_api *bsc_api;
unsigned int num_bts;