From 95464c78fda942a73b768a2debb8e95d0efae14e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 18 Dec 2017 18:14:21 +0100 Subject: [PATCH] Remove unused struct osmo_bsc_sccp_con member sccp_queue_size Change-Id: Ibc4b8f3776c35df7e81252efb78ec740a371de7f --- include/osmocom/bsc/osmo_bsc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/osmocom/bsc/osmo_bsc.h b/include/osmocom/bsc/osmo_bsc.h index 0fd29b731..13072c210 100644 --- a/include/osmocom/bsc/osmo_bsc.h +++ b/include/osmocom/bsc/osmo_bsc.h @@ -48,9 +48,6 @@ struct osmo_bsc_sccp_con { /* SCCP connection realted */ struct bsc_msc_data *msc; - struct llist_head sccp_queue; - unsigned int sccp_queue_size; - struct gsm_subscriber_connection *conn; uint8_t new_subscriber;