dropbox / rust-brotli

Brotli compressor and decompressor written in rust that optionally avoids the stdlib
https://dropbox.tech/infrastructure/-broccoli--syncing-faster-by-syncing-less
BSD 3-Clause "New" or "Revised" License
797 stars 83 forks source link

Remove dead code blocks #186

Closed nyurik closed 2 months ago

nyurik commented 2 months ago

Hide whitespace when viewing changes.

Several giant blocks of code are never used. If they are still needed, we should use conditional compilation, and add it to the CI to avoid bitrot.