Remove unused struct osmo_bsc_sccp_con member sccp_queue_size

Change-Id: Ibc4b8f3776c35df7e81252efb78ec740a371de7f
This commit is contained in:
Harald Welte 2017-12-18 18:14:21 +01:00
parent 45f3eccaba
commit 95464c78fd
1 changed files with 0 additions and 3 deletions

View File

@ -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;