From aa8d48cbe000f1adbed63775254fbc7ab470335b Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 19 Dec 2017 17:48:38 +0100 Subject: 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 --- src/ranap_msg_factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ struct msgb *ranap_new_msg_sec_mod_compl( 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)); -- cgit v1.2.3