aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--brotli/dec/decode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/brotli/dec/decode.c b/brotli/dec/decode.c
index 8ef8942..fc66e15 100644
--- a/brotli/dec/decode.c
+++ b/brotli/dec/decode.c
@@ -680,8 +680,6 @@ int BrotliDecompress(BrotliInput input, BrotliOutput output) {
- flushing the input ringbuffer when decoding uncompressed blocks */
static const int kRingBufferWriteAheadSlack = 128 + BROTLI_READ_SIZE;
- static const int kMaxDictionaryWordLength = 0;
-
if (!BrotliInitBitReader(&br, input)) {
return 0;
}