From 7a250cc9d9e4bf493d8f92d348fac16976ce6521 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 19 Feb 2017 18:04:25 +0100 Subject: 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 --- openbsc/include/openbsc/signal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'openbsc/include') 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; }; -- cgit v1.2.3