Clean up
This commit is contained in:
parent
dafcc91468
commit
34fc88fb62
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user