mirror of
https://github.com/google/brotli.git
synced 2025-01-13 18:00:07 +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;
|
s->state = BROTLI_STATE_HUFFMAN_CODE_0;
|
||||||
break;
|
break;
|
||||||
case BROTLI_STATE_UNCOMPRESSED: {
|
case BROTLI_STATE_UNCOMPRESSED: {
|
||||||
int bytes_copied = s->meta_block_remaining_len;
|
|
||||||
result = CopyUncompressedBlockToOutput(
|
result = CopyUncompressedBlockToOutput(
|
||||||
available_out, next_out, total_out, s);
|
available_out, next_out, total_out, s);
|
||||||
bytes_copied -= s->meta_block_remaining_len;
|
|
||||||
if (result != BROTLI_DECODER_SUCCESS) {
|
if (result != BROTLI_DECODER_SUCCESS) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user