From 58f95d6ce318b291c0495b9e568baa048bbfc4b4 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 15 May 2024 23:49:46 +0200 Subject: [PATCH] Simplify 6f2bd0e932a67b542fca3e813f00c0d74b3748a4 --- Source/Engine/Content/Storage/FlaxStorage.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Engine/Content/Storage/FlaxStorage.cpp b/Source/Engine/Content/Storage/FlaxStorage.cpp index 49cd27d66..646592b54 100644 --- a/Source/Engine/Content/Storage/FlaxStorage.cpp +++ b/Source/Engine/Content/Storage/FlaxStorage.cpp @@ -1337,9 +1337,6 @@ bool FlaxStorage::CloseFileHandles() { if (Platform::AtomicRead(&_chunksLock) == 0 && Platform::AtomicRead(&_files) == 0) { - Array> streams; - _file.GetValues(streams); - ASSERT(streams.Count() == 0); return false; } PROFILE_CPU();