Skip to content

Commit b92bfab

Browse files
committed
Remove warning which is unlikely to be useful
This warning will happen anytime you load an image with already processed regions.
1 parent 491bdce commit b92bfab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

view/sharedcache/core/SharedCache.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,11 +1806,9 @@ bool SharedCache::LoadImageWithInstallName(std::lock_guard<std::mutex>& lock, st
18061806
regionsToLoad.push_back(&region);
18071807
}
18081808

1809+
// Regions for this image are already loaded, skip un-needed analysis!
18091810
if (regionsToLoad.empty())
1810-
{
1811-
m_logger->LogWarn("No regions to load for image %s", installName.c_str());
18121811
return false;
1813-
}
18141812

18151813
auto typeLib = TypeLibraryForImage(header.installName);
18161814

0 commit comments

Comments
 (0)