Remove the assertion on a valid code path of the FilePool

This commit is contained in:
Jean Pierre Cimalando 2020-10-23 20:40:33 +02:00
parent 60f895a9ca
commit 969bae15e1

View file

@ -600,7 +600,6 @@ void sfz::FilePool::triggerGarbageCollection() noexcept
if (it == preloadedFiles.end()) {
// Getting here means that the preloadedFiles got changed (probably cleared)
// while the lastUsedFiles were untouched.
ASSERTFALSE;
return true;
}