aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-12-06 17:15:31 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-11 12:57:17 +0000
commit8f12047157b55fe3997f686efec26f2a54ea3242 (patch)
treeb8a1d963bf215588ea626f99901f1d8dfc7e6b78 /tests
parent4a43618332b2bc988f296adeb4470281c88aacc3 (diff)
cosmetic: tests/agch: remove unused var "static_ilv"
remove unused const variable "static_ilv" from unit test "agch" Change-Id: Ie724e2e5875020aa835b4cd57ab96966aee283e1
Diffstat (limited to 'tests')
-rw-r--r--tests/agch/agch_test.c4
1 files changed, 0 insertions, 4 deletions
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;