From b10ab0ff2aa610b1a399b8c6234f3c1bdd2aa344 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 26 Jan 2014 00:54:26 +0100 Subject: Remove unused REPLY_TYPES --- src/handshake.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/handshake.c') diff --git a/src/handshake.c b/src/handshake.c index 4e53802..5df7cb8 100644 --- a/src/handshake.c +++ b/src/handshake.c @@ -49,11 +49,6 @@ static const char *const RECORD_TYPES[RECORD_MAX] = { "TLV message authentication code", }; -static const char *const REPLY_TYPES[REPLY_MAX] = { - "success", - "mandatory field missing", - "unacceptable value", -}; #define AS_UINT8(ptr) (*(uint8_t*)(ptr).data) #define AS_UINT16(ptr) ((*(uint8_t*)(ptr).data) + (*((uint8_t*)(ptr).data+1) << 8)) -- cgit v1.2.3