From 98bc1f8c46c12cbbeb8debb799f5f4d9ddda151b Mon Sep 17 00:00:00 2001 From: John Safranek Date: Thu, 23 Aug 2012 16:28:24 -0700 Subject: [PATCH] fix build warning --- src/internal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index d3ae96298..03f0218ed 100644 --- a/src/internal.c +++ b/src/internal.c @@ -1598,7 +1598,6 @@ static int GetDtlsHandShakeHeader(CYASSL* ssl, const byte* input, word32* inOutIdx, byte *type, word32 *size, word32 *fragOffset, word32 *fragSz) { - word32 seq; word32 idx = *inOutIdx; (void)ssl;