mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
remove break
This commit is contained in:
parent
d30792b196
commit
b354d07b82
@ -337,7 +337,6 @@ void FilterTransform::doTransform(Chunk & chunk)
|
||||
min_size_in_memory = size_in_memory;
|
||||
first_non_constant_column = i;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
(void)min_size_in_memory; /// Suppress error of clang-analyzer-deadcode.DeadStores
|
||||
|
Loading…
Reference in New Issue
Block a user