remove unused code and adjust clang-tidy checks (#25405)
remove unused code and adjust clang-tidy checks
This commit is contained in:
@ -465,10 +465,4 @@ size_t ColumnMap::allocated_bytes() const {
|
||||
get_offsets().allocated_bytes();
|
||||
}
|
||||
|
||||
void ColumnMap::protect() {
|
||||
offsets_column->protect();
|
||||
keys_column->protect();
|
||||
values_column->protect();
|
||||
}
|
||||
|
||||
} // namespace doris::vectorized
|
||||
|
||||
Reference in New Issue
Block a user