diff --git a/src/sfizz/FilePool.cpp b/src/sfizz/FilePool.cpp index ff7492d6..bb66bb31 100644 --- a/src/sfizz/FilePool.cpp +++ b/src/sfizz/FilePool.cpp @@ -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; }