Update src/query/v2/multiframe.cpp
Co-authored-by: Kostas Kyrimis <kostaskyrim@gmail.com>
This commit is contained in:
parent
9f9a81455f
commit
54907d2a1a
@ -57,7 +57,6 @@ void MultiFrame::DefragmentValidFrames() noexcept {
|
||||
in the range in such a way that the elements that are not to be removed appear in the beginning of the range.
|
||||
Relative order of the elements that remain is preserved and the physical size of the container is unchanged."
|
||||
*/
|
||||
[[maybe_unused]] const auto it =
|
||||
std::remove_if(frames_.begin(), frames_.end(), [](auto &frame) { return !frame.IsValid(); });
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user