[MERGED] osmo-iuh[master]: ranap_msg_factory: remove unusued variable

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Dec 20 16:03:20 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: ranap_msg_factory: remove unusued variable
......................................................................


ranap_msg_factory: remove unusued variable

remove variable i in ranap_new_msg_sec_mod_compl() as it is not
used (compiler warning)

Change-Id: I93d9e95109fb78bc6cc161745b9e14de8b623d4f
---
M src/ranap_msg_factory.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/ranap_msg_factory.c b/src/ranap_msg_factory.c
index f47c82b..c287f02 100644
--- a/src/ranap_msg_factory.c
+++ b/src/ranap_msg_factory.c
@@ -280,7 +280,7 @@
 	RANAP_SecurityModeCompleteIEs_t ies;
 	RANAP_SecurityModeComplete_t out;
 	struct msgb *msg;
-	int i, rc;
+	int rc;
 
 	memset(&ies, 0, sizeof(ies));
 	memset(&out, 0, sizeof(out));

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I93d9e95109fb78bc6cc161745b9e14de8b623d4f
Gerrit-PatchSet: 4
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list