aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-11-27 22:32:02 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-11-29 17:37:18 +0000
commit3d0b76d76e1926b1ec20cac9127063a8c40af802 (patch)
treea51583a5e7be8211be0bee93a4deec8164c946ca /include/osmocom/bsc
parent27cd0fe43062f1907bf5702a793c527290578826 (diff)
cleanup: drop unused gsm_bts.role
While this header was still shared among several code trees, we had this ROLE construct in place to exclude some parts in some trees. Since we're having one copy per code base now, the ROLE #ifdefs were dropped, also drop void *role. Change-Id: I4f0c337779d8e7266b6e02815d886728c4826bb9
Diffstat (limited to 'include/osmocom/bsc')
-rw-r--r--include/osmocom/bsc/gsm_data_shared.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/bsc/gsm_data_shared.h b/include/osmocom/bsc/gsm_data_shared.h
index 1953ed44e..bf6704170 100644
--- a/include/osmocom/bsc/gsm_data_shared.h
+++ b/include/osmocom/bsc/gsm_data_shared.h
@@ -806,8 +806,6 @@ struct gsm_bts {
/* PCU socket state */
char *pcu_sock_path;
struct pcu_sock_state *pcu_state;
-
- void *role;
};