aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-19 18:04:25 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-23 23:44:05 +0000
commit7a250cc9d9e4bf493d8f92d348fac16976ce6521 (patch)
treed5216e695a2f6839f1907dc4d66f4e563d3e7eca
parent89a8e722ed57618a64a7cc0b0c644ed8d4d11da5 (diff)
cosmetic: remove unused scall_signal_data.subscr
Doesn't make sense to switch this to struct vlr_subscr when it isn't used at all. So let's remove it. Change-Id: Ifa5901f8bf1aed3981841d24d4ec8d659f3de7a9
-rw-r--r--openbsc/include/openbsc/signal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index 8f27b3831..c862b2192 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -151,7 +151,6 @@ struct paging_signal_data {
};
struct scall_signal_data {
- struct gsm_subscriber *subscr;
struct gsm_subscriber_connection *conn;
void *data;
};