aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2022-01-06 13:29:51 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2022-01-06 13:31:22 +0100
commit48612cee44883dd0e240c497ffde70807cfa276c (patch)
tree29d33376ba2c7328dd3366f60a45ccf24dbeb533
parent140c631e5067f04d4651a36f620d9a5d721ea764 (diff)
test-hnbap: remove unused variable rc
-rw-r--r--src/tests/test-hnbap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/test-hnbap.c b/src/tests/test-hnbap.c
index 48cca2b..0df550f 100644
--- a/src/tests/test-hnbap.c
+++ b/src/tests/test-hnbap.c
@@ -170,8 +170,6 @@ void test_asn1_decoding(void)
int main(int argc, char **argv)
{
- int rc;
-
test_common_init();
ranap_set_log_area(DRANAP);
hnbap_set_log_area(DHNBAP);