remove unused code and adjust clang-tidy checks (#25405)
remove unused code and adjust clang-tidy checks
This commit is contained in:
@ -347,12 +347,6 @@ size_t ColumnStruct::allocated_bytes() const {
|
||||
return res;
|
||||
}
|
||||
|
||||
void ColumnStruct::protect() {
|
||||
for (auto& column : columns) {
|
||||
column->protect();
|
||||
}
|
||||
}
|
||||
|
||||
void ColumnStruct::for_each_subcolumn(ColumnCallback callback) {
|
||||
for (auto& column : columns) {
|
||||
callback(column);
|
||||
|
||||
Reference in New Issue
Block a user