summaryrefslogtreecommitdiffstats
path: root/heimdall/source/ResponsePacket.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-06 22:48:00 +0200
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-06 22:48:00 +0200
commitce486f7ecbf4259e5cf401c16a175e63046d73c8 (patch)
treee2c752b79d728f103a8502dbeabe48023e702c5f /heimdall/source/ResponsePacket.h
parentIt would seem that messing around with line coding etc. is not necessary. (diff)
downloadHeimdall-ce486f7ecbf4259e5cf401c16a175e63046d73c8.tar
Heimdall-ce486f7ecbf4259e5cf401c16a175e63046d73c8.tar.gz
Heimdall-ce486f7ecbf4259e5cf401c16a175e63046d73c8.tar.bz2
Heimdall-ce486f7ecbf4259e5cf401c16a175e63046d73c8.tar.lz
Heimdall-ce486f7ecbf4259e5cf401c16a175e63046d73c8.tar.xz
Heimdall-ce486f7ecbf4259e5cf401c16a175e63046d73c8.tar.zst
Heimdall-ce486f7ecbf4259e5cf401c16a175e63046d73c8.zip
Diffstat (limited to '')
-rw-r--r--heimdall/source/ResponsePacket.h2
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)
{