remove unused code and adjust clang-tidy checks (#25405)

remove unused code and adjust clang-tidy checks
This commit is contained in:
Pxl
2023-10-13 16:27:37 +08:00
committed by GitHub
parent 1a25bb65b0
commit f4e2eb6564
17 changed files with 61 additions and 108 deletions

View File

@ -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