aboutsummaryrefslogtreecommitdiff
path: root/c/dec/decode.c
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-08-24 13:29:48 +0200
committerGitHub <noreply@github.com>2017-08-24 13:29:48 +0200
commit653543541319e2318d2fc572cf5c7f3275b9c12c (patch)
tree171c39078ed1944327083e7125bc2ee59160e67e /c/dec/decode.c
parent4f455cac329d0c612887123c9dc6de9a66fa8490 (diff)
downloadbrotli-653543541319e2318d2fc572cf5c7f3275b9c12c.zip
brotli-653543541319e2318d2fc572cf5c7f3275b9c12c.tar.gz
brotli-653543541319e2318d2fc572cf5c7f3275b9c12c.tar.bz2
Update (#589)
* cleanup * fix `unbrotli` CLI * Java retouch for faster JS decoder
Diffstat (limited to 'c/dec/decode.c')
-rw-r--r--c/dec/decode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/dec/decode.c b/c/dec/decode.c
index fa5fe48..be8de42 100644
--- a/c/dec/decode.c
+++ b/c/dec/decode.c
@@ -1260,8 +1260,6 @@ static void BROTLI_NOINLINE WrapRingBuffer(BrotliDecoderState* s) {
Last two bytes of ring-buffer are initialized to 0, so context calculation
could be done uniformly for the first two and all other positions.
-
- Custom dictionary, if any, is copied to the end of ring-buffer.
*/
static BROTLI_BOOL BROTLI_NOINLINE BrotliEnsureRingBuffer(
BrotliDecoderState* s) {