mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 09:48:56 +00:00
LibCompress: Remove unnecessary InputBitStream.
This commit is contained in:
parent
4af8eea56f
commit
49e6ff8958
Notes:
sideshowbarker
2024-07-19 02:46:19 +09:00
Author: https://github.com/asynts
Commit: 49e6ff8958
Pull-request: https://github.com/SerenityOS/serenity/pull/3455
2 changed files with 5 additions and 6 deletions
|
@ -97,7 +97,7 @@ public:
|
|||
static Optional<ByteBuffer> decompress_all(ReadonlyBytes);
|
||||
|
||||
private:
|
||||
u32 decode_run_length(u32);
|
||||
u32 decode_length(u32);
|
||||
u32 decode_distance(u32);
|
||||
void decode_codes(CanonicalCode& literal_code, Optional<CanonicalCode>& distance_code);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue