fix build warning

This commit is contained in:
John Safranek 2012-08-23 16:28:24 -07:00
parent 457e214777
commit 98bc1f8c46
1 changed files with 0 additions and 1 deletions

View File

@ -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;