From 5a3eb6470ddee9342455ac7f7c17318d7c3c7444 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 7 Jun 2019 13:24:48 +0200 Subject: gsm_data_shared.h: Remove unused loc_list from struct gsm_bts Change-Id: I52880962dfb0399c613048aa7ddfd828d3c6c933 --- include/osmo-bts/gsm_data_shared.h | 3 --- 1 file changed, 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 */ -- cgit v1.2.3