summaryrefslogtreecommitdiffstats
path: root/unit/test-stkutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'unit/test-stkutil.c')
-rw-r--r--unit/test-stkutil.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c
index ed768d79..6407fb62 100644
--- a/unit/test-stkutil.c
+++ b/unit/test-stkutil.c
@@ -903,13 +903,6 @@ static unsigned char get_inkey_712[] = { 0xD0, 0x15, 0x81, 0x03, 0x01, 0x22,
0x74, 0x65, 0x72, 0x20, 0x22,
0x2B, 0x22 };
-static unsigned char get_inkey_811[] = { 0xD0, 0x19, 0x81, 0x03, 0x01, 0x22,
- 0x00, 0x82, 0x02, 0x81, 0x82,
- 0x8D, 0x0A, 0x04, 0x45, 0x6E,
- 0x74, 0x65, 0x72, 0x20, 0x22,
- 0x2B, 0x22, 0x84, 0x02, 0x01,
- 0x0A };
-
static unsigned char get_inkey_911[] = { 0xD0, 0x1B, 0x81, 0x03, 0x01, 0x22,
0x00, 0x82, 0x02, 0x81, 0x82,
0x8D, 0x0A, 0x04, 0x45, 0x6E,
@@ -17702,11 +17695,6 @@ static const struct terminal_response_test get_inkey_response_data_712 = {
},
};
-static const unsigned char get_inkey_response_811[] = {
- 0x81, 0x03, 0x01, 0x22, 0x00, 0x82, 0x02, 0x82,
- 0x81, 0x83, 0x01, 0x12, 0x04, 0x02, 0x01, 0x11,
-};
-
static const struct terminal_response_test get_inkey_response_data_811 = {
.pdu = get_inkey_response_811,
.pdu_len = sizeof(get_inkey_response_811),