Skip to content

Commit

Permalink
remove constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Oct 19, 2024
1 parent 2552a69 commit ca88758
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/include/duckdb/function/compression_function.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ class CompressionInfo {
public:
explicit CompressionInfo(const idx_t block_size) : block_size(block_size) {
}
explicit CompressionInfo(const CompressionInfo &other) : CompressionInfo(other.block_size) {
}

public:
//! The size below which the segment is compacted on flushing.
Expand Down

0 comments on commit ca88758

Please sign in to comment.