From ce486f7ecbf4259e5cf401c16a175e63046d73c8 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 7 May 2014 06:48:00 +1000 Subject: Removed a few unused variables. --- heimdall/source/ResponsePacket.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'heimdall/source/ResponsePacket.h') diff --git a/heimdall/source/ResponsePacket.h b/heimdall/source/ResponsePacket.h index 9463333..d0769af 100644 --- a/heimdall/source/ResponsePacket.h +++ b/heimdall/source/ResponsePacket.h @@ -64,8 +64,6 @@ namespace Heimdall virtual bool Unpack(void) { - const unsigned char *data = GetData(); - unsigned int receivedResponseType = UnpackInteger(0); if (receivedResponseType != responseType) { -- cgit v1.1