Skip to content

Commit

Permalink
Merge edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-hbrhbr committed Dec 3, 2024
2 parents 655bb46 + 4fb6c01 commit a8799b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ auto is_flush_action(lzma_action action) {
* Initialize the Lzma compression stream
* @param strm A pre-allocated `lzma_stream` object
* @param compression_level
* @param dict_size Dictionary size that indicates how many bytes of the
* recently processed uncompressed data is kept in memory
* @param dict_size Dictionary size that specifies how many bytes of the
* recently processed uncompressed data to keep in the memory
*/
auto init_lzma_encoder(lzma_stream* strm, int compression_level, size_t dict_size) -> void {
lzma_options_lzma options;
Expand Down
1 change: 0 additions & 1 deletion components/core/tests/test-StreamingCompression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "../src/clp/FileWriter.hpp"
#include "../src/clp/ReadOnlyMemoryMappedFile.hpp"
#include "../src/clp/streaming_compression/Compressor.hpp"
#include "../src/clp/streaming_compression/Decompressor.hpp"
#include "../src/clp/streaming_compression/lzma/Compressor.hpp"
#include "../src/clp/streaming_compression/passthrough/Compressor.hpp"
#include "../src/clp/streaming_compression/passthrough/Decompressor.hpp"
Expand Down

0 comments on commit a8799b5

Please sign in to comment.