summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/ObjC.cpp
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2025-06-06 12:48:09 -0400
committerkat <kat@vector35.com>2025-06-06 12:48:09 -0400
commit380b645519c41b2ec48877145c5db63c40cb224d (patch)
treeb2551fbfb97b9f794cd620c47f2ce2e477fb078f /view/sharedcache/core/ObjC.cpp
parentddc3075e265aee39ad5b74836d2d452bdeea630c (diff)
Objective-C Processor: Remove vestigial code tracking whether view was backed by a database
Diffstat (limited to 'view/sharedcache/core/ObjC.cpp')
-rw-r--r--view/sharedcache/core/ObjC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/sharedcache/core/ObjC.cpp b/view/sharedcache/core/ObjC.cpp
index 98fc42bb..dc3012a5 100644
--- a/view/sharedcache/core/ObjC.cpp
+++ b/view/sharedcache/core/ObjC.cpp
@@ -187,8 +187,8 @@ Ref<Section> SharedCacheObjCProcessor::GetSectionWithName(const char *sectionNam
return nullptr;
}
-SharedCacheObjCProcessor::SharedCacheObjCProcessor(BinaryView *data, bool isBackedByDatabase, uint64_t imageAddress)
- : ObjCProcessor(data, "SharedCache.ObjC", isBackedByDatabase, true)
+SharedCacheObjCProcessor::SharedCacheObjCProcessor(BinaryView *data, uint64_t imageAddress)
+ : ObjCProcessor(data, "SharedCache.ObjC", true)
{
m_imageAddress = imageAddress;
}