diff options
Diffstat (limited to 'heimdall/source/ResponsePacket.h')
-rw-r--r-- | heimdall/source/ResponsePacket.h | 2 |
1 files changed, 0 insertions, 2 deletions
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)
{
|