This commit is contained in:
Brian Buller 2016-12-09 10:00:52 -06:00
parent dafcc91468
commit 34fc88fb62
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ func depthDecompress(cmp []byte) []byte {
ret = append(ret, bytes.Repeat(depthDecompress(recurBytes), mrkDupe)...)
return append(ret, depthDecompress(remainder)...)
//return bytes.Repeat(depthDecompress(recurBytes), mrkDupe) + depthDecompress(remainder)
}
func fileToByteSlice(fn string) []byte {