aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Szabadka <szabadka@google.com>2014-03-06 17:25:43 +0100
committerZoltan Szabadka <szabadka@google.com>2014-03-06 17:25:43 +0100
commit7f848593bd2ec83f4537b6d494a5bf55b9bd4456 (patch)
treea0306de11308483759e2b859196ea28a7c9d4512
parent2733d6c0c2d6774e4c4d7a233ad200c5a832a133 (diff)
downloadsrc-7f848593bd2ec83f4537b6d494a5bf55b9bd4456.tar.gz
Enable the static dictionary in the Brotli decoder.
-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;
}