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

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/00/5500/1

diff --git a/src/ranap_msg_factory.c b/src/ranap_msg_factory.c
index 9611794..0de4ea1 100644
--- a/src/ranap_msg_factory.c
+++ b/src/ranap_msg_factory.c
@@ -279,7 +279,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: newchange
Gerrit-Change-Id: I93d9e95109fb78bc6cc161745b9e14de8b623d4f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: dexter <[email protected]>

Reply via email to