aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2020-04-07 21:11:13 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2020-04-07 21:11:13 +0700
commit065c192475cbc639fd78c93ed02d4b1faef768cd (patch)
tree179ac266e16eb2730d6bcb42c50a005507101b3d
parent81fd48d741c5040ed9b787d32619129e20d07224 (diff)
tests/test-ranap: cosmetic: remove unused variable 'rc'
-rw-r--r--src/tests/test-ranap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test-ranap.c b/src/tests/test-ranap.c
index 423f992..efa2241 100644
--- a/src/tests/test-ranap.c
+++ b/src/tests/test-ranap.c
@@ -93,7 +93,7 @@ int main(int argc, char **argv)
uint32_t gtp_tei = 0x11223344;
uint8_t ik[16] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 };
uint8_t ck[16] = { 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 };
- int i, rc;
+ int i;
//asn_debug = 1;