aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-18 18:14:21 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-19 18:58:22 +0100
commit95464c78fda942a73b768a2debb8e95d0efae14e (patch)
tree32c792acd163c9c329ba4bac1290dfdc4b0a6568 /include
parent45f3eccabaa72f2fefb5d8a3724325de7de178d8 (diff)
Remove unused struct osmo_bsc_sccp_con member sccp_queue_size
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/osmo_bsc.h3
1 files changed, 0 insertions, 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;