From 4424be07223da3bc2a4c6d80fe50f05c8ebbb0a7 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 6 Dec 2018 15:57:58 +0100 Subject: [PATCH] Added unused code --- src/de/mas/wiiu/jnus/entities/content/Content.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/de/mas/wiiu/jnus/entities/content/Content.java b/src/de/mas/wiiu/jnus/entities/content/Content.java index a91276a..a266fb1 100644 --- a/src/de/mas/wiiu/jnus/entities/content/Content.java +++ b/src/de/mas/wiiu/jnus/entities/content/Content.java @@ -84,8 +84,6 @@ public class Content { buffer.position(0x10); byte[] hash = new byte[0x14]; buffer.get(hash, 0x00, 0x14); - byte[] hash2 = new byte[0x06]; - buffer.get(hash2, 0x00, 0x06); ContentParam param = new ContentParam(); param.setID(ID);