From 8f12047157b55fe3997f686efec26f2a54ea3242 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 6 Dec 2017 17:15:31 +0100 Subject: cosmetic: tests/agch: remove unused var "static_ilv" remove unused const variable "static_ilv" from unit test "agch" Change-Id: Ie724e2e5875020aa835b4cd57ab96966aee283e1 --- tests/agch/agch_test.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') diff --git a/tests/agch/agch_test.c b/tests/agch/agch_test.c index 7c4e6cdb..b5094afb 100644 --- a/tests/agch/agch_test.c +++ b/tests/agch/agch_test.c @@ -31,10 +31,6 @@ static struct gsm_bts *bts; static struct gsm_bts_role_bts *btsb; -static const uint8_t static_ilv[] = { - 0x08, 0x59, 0x51, 0x30, 0x99, 0x00, 0x00, 0x00, 0x19 -}; - static int count_imm_ass_rej_refs(struct gsm48_imm_ass_rej *rej) { int count = 0; -- cgit v1.2.3