aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-06-07 13:24:48 +0200
committerpespin <pespin@sysmocom.de>2019-06-13 17:42:05 +0000
commit5a3eb6470ddee9342455ac7f7c17318d7c3c7444 (patch)
tree98ee0d15f5c7c1779f91e3d6b8e6b3b7f26e8841
parent46d62b984a10b3966d8a0d0a435d4efab0e9c500 (diff)
gsm_data_shared.h: Remove unused loc_list from struct gsm_bts
-rw-r--r--include/osmo-bts/gsm_data_shared.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index f972a673..a4e326ac 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -557,9 +557,6 @@ struct gsm_bts {
/* list header in net->bts_list */
struct llist_head list;
- /* Geographical location of the BTS */
- struct llist_head loc_list;
-
/* number of ths BTS in network */
uint8_t nr;
/* human readable name / description */