aboutsummaryrefslogtreecommitdiff
path: root/c/enc/brotli_bit_stream.h
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-06-13 12:52:56 +0200
committerGitHub <noreply@github.com>2017-06-13 12:52:56 +0200
commit05d5f3d77a3445b464c230b382855979e1b89fef (patch)
tree452a38544c2107493ad0ff5cb92545991748f5ab /c/enc/brotli_bit_stream.h
parent0fceb906eceefde1548c2ba2b215cc4473ca5175 (diff)
downloadbrotli-05d5f3d77a3445b464c230b382855979e1b89fef.zip
brotli-05d5f3d77a3445b464c230b382855979e1b89fef.tar.gz
brotli-05d5f3d77a3445b464c230b382855979e1b89fef.tar.bz2
Update (#560)
Update: * add decoder API to avoid ringbuffer reallocation * fix MSVC warnings * remove dead code
Diffstat (limited to 'c/enc/brotli_bit_stream.h')
-rw-r--r--c/enc/brotli_bit_stream.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/enc/brotli_bit_stream.h b/c/enc/brotli_bit_stream.h
index a98f98f..2c8bfed 100644
--- a/c/enc/brotli_bit_stream.h
+++ b/c/enc/brotli_bit_stream.h
@@ -96,10 +96,6 @@ BROTLI_INTERNAL void BrotliStoreUncompressedMetaBlock(
BROTLI_BOOL is_final_block, const uint8_t* input, size_t position,
size_t mask, size_t len, size_t* storage_ix, uint8_t* storage);
-/* Stores an empty metadata meta-block and syncs to a byte boundary. */
-BROTLI_INTERNAL void BrotliStoreSyncMetaBlock(size_t* storage_ix,
- uint8_t* storage);
-
#if defined(__cplusplus) || defined(c_plusplus)
} /* extern "C" */
#endif