From 3d0b76d76e1926b1ec20cac9127063a8c40af802 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 27 Nov 2017 22:32:02 +0100 Subject: 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 --- include/osmocom/bsc/gsm_data_shared.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/osmocom/bsc') 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; }; -- cgit v1.2.3