diff options
Diffstat (limited to 'view/sharedcache/core/SharedCache.cpp')
| -rw-r--r-- | view/sharedcache/core/SharedCache.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/sharedcache/core/SharedCache.cpp b/view/sharedcache/core/SharedCache.cpp index 2b18c064..25391dc2 100644 --- a/view/sharedcache/core/SharedCache.cpp +++ b/view/sharedcache/core/SharedCache.cpp @@ -1808,11 +1808,9 @@ bool SharedCache::LoadImageWithInstallName(std::lock_guard<std::mutex>& lock, st regionsToLoad.push_back(®ion); } + // Regions for this image are already loaded, skip un-needed analysis! if (regionsToLoad.empty()) - { - m_logger->LogWarn("No regions to load for image %s", installName.c_str()); return false; - } auto typeLib = TypeLibraryForImage(header.installName); |
