From 0048931230a3b88af728c09237307fa0fdfbf079 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 11 Oct 2013 22:24:49 +0300 Subject: [PATCH] tools/mgmt-tester: Remove unused variable --- tools/mgmt-tester.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 9b9224412..90eae67e8 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -949,7 +949,6 @@ static const char set_hs_on_param[] = { 0x01 }; static const char set_hs_invalid_param[] = { 0x02 }; static const char set_hs_garbage_param[] = { 0x01, 0x00 }; static const char set_hs_settings_param_1[] = { 0xc0, 0x01, 0x00, 0x00 }; -static const char set_hs_settings_param_2[] = { 0x81, 0x01, 0x00, 0x00 }; static const struct generic_data set_hs_on_success_test = { .send_opcode = MGMT_OP_SET_HS, -- 2.47.3