From 380b645519c41b2ec48877145c5db63c40cb224d Mon Sep 17 00:00:00 2001 From: kat Date: Fri, 6 Jun 2025 12:48:09 -0400 Subject: Objective-C Processor: Remove vestigial code tracking whether view was backed by a database --- view/sharedcache/core/SharedCacheController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/core/SharedCacheController.cpp') diff --git a/view/sharedcache/core/SharedCacheController.cpp b/view/sharedcache/core/SharedCacheController.cpp index ff688f3c..5a5320c3 100644 --- a/view/sharedcache/core/SharedCacheController.cpp +++ b/view/sharedcache/core/SharedCacheController.cpp @@ -227,7 +227,7 @@ bool SharedCacheController::ApplyImage(BinaryView& view, const CacheImage& image view.SetFunctionAnalysisUpdateDisabled(prevDisabledState); // Load objective-c information. - auto objcProcessor = DSCObjC::SharedCacheObjCProcessor(&view, false, image.headerAddress); + auto objcProcessor = DSCObjC::SharedCacheObjCProcessor(&view, image.headerAddress); try { if (m_processObjC) -- cgit v1.3.1