Remove out-of-date comment

This commit is contained in:
Jeffrey Pfau 2014-10-25 05:57:49 -07:00
parent fe3f01a5ae
commit f49ceb7e3b
1 changed files with 0 additions and 1 deletions

View File

@ -304,7 +304,6 @@ static void _unHuffman(struct GBA* gba, uint32_t source, uint32_t* dest) {
int padding = (4 - remaining) & 0x3;
remaining &= 0xFFFFFFFC;
// We assume the signature byte (0x20) is correct
//var tree = [];
int treesize = (cpu->memory.loadU8(cpu, source + 4, 0) << 1) + 1;
int block = 0;
uint32_t treeBase = source + 5;