mirror of
https://github.com/google/brotli.git
synced 2024-12-26 17:51:04 +00:00
Remove some deadcode
This commit is contained in:
parent
7ecd22939c
commit
5ad715e445
@ -2039,10 +2039,8 @@ BrotliDecoderResult BrotliDecoderDecompressStream(
|
||||
s->state = BROTLI_STATE_HUFFMAN_CODE_0;
|
||||
break;
|
||||
case BROTLI_STATE_UNCOMPRESSED: {
|
||||
int bytes_copied = s->meta_block_remaining_len;
|
||||
result = CopyUncompressedBlockToOutput(
|
||||
available_out, next_out, total_out, s);
|
||||
bytes_copied -= s->meta_block_remaining_len;
|
||||
if (result != BROTLI_DECODER_SUCCESS) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user