From 969bae15e1de6c8a3caa65a20de5f8ea53a30243 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Fri, 23 Oct 2020 20:40:33 +0200 Subject: [PATCH] Remove the assertion on a valid code path of the FilePool --- src/sfizz/FilePool.cpp | 1 - 1 file changed, 1 deletion(-) 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; }