From e9b4c390b49aa93150a45883d97ccfc774b8e1fa Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 8 Jan 2018 11:07:26 +0100 Subject: [PATCH] iu_client.c: Remove unusued variable Change-Id: If841d403010a73722ff69617a51719421febab56 --- src/iu_client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/iu_client.c b/src/iu_client.c index 0724220a..0f895150 100644 --- a/src/iu_client.c +++ b/src/iu_client.c @@ -678,7 +678,6 @@ static int iu_page(const char *imsi, const uint32_t *tmsi_or_ptmsi, uint16_t lac, uint8_t rac, bool is_ps) { struct ranap_iu_rnc *rnc; - int rc; const char *log_msg; int log_level; int paged = 0; @@ -824,4 +823,3 @@ int ranap_iu_init(void *ctx, int log_subsystem, const char *sccp_user_name, stru return 0; } -