Remove the assertion on a valid code path of the FilePool
This commit is contained in:
parent
60f895a9ca
commit
969bae15e1
1 changed files with 0 additions and 1 deletions
|
|
@ -600,7 +600,6 @@ void sfz::FilePool::triggerGarbageCollection() noexcept
|
||||||
if (it == preloadedFiles.end()) {
|
if (it == preloadedFiles.end()) {
|
||||||
// Getting here means that the preloadedFiles got changed (probably cleared)
|
// Getting here means that the preloadedFiles got changed (probably cleared)
|
||||||
// while the lastUsedFiles were untouched.
|
// while the lastUsedFiles were untouched.
|
||||||
ASSERTFALSE;
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue