[PATCH] openbsc[master]: cosmetic: remove unused scall_signal_data.subscr

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Mon Feb 20 15:20:47 UTC 2017


Review at  https://gerrit.osmocom.org/1854

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
---
M openbsc/include/openbsc/signal.h
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/54/1854/1

diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index 8f27b38..c862b21 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -151,7 +151,6 @@
 };
 
 struct scall_signal_data {
-	struct gsm_subscriber *subscr;
 	struct gsm_subscriber_connection *conn;
 	void *data;
 };

-- 
To view, visit https://gerrit.osmocom.org/1854
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa5901f8bf1aed3981841d24d4ec8d659f3de7a9
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list