From 1a8c33332b10ea867d7e747b675ae615228a4b8a Mon Sep 17 00:00:00 2001 From: kat Date: Fri, 26 Jul 2024 03:36:56 -0400 Subject: Clean up unused variables in Mach-O/Obj-C code --- view/macho/objc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'view/macho/objc.cpp') diff --git a/view/macho/objc.cpp b/view/macho/objc.cpp index f94e0dfd..adf8eb80 100644 --- a/view/macho/objc.cpp +++ b/view/macho/objc.cpp @@ -548,7 +548,6 @@ void ObjCProcessor::LoadCategories(BinaryReader* reader, Ref
classPtrSe if (size == 0) return; auto ptrSize = m_data->GetAddressSize(); - //auto ptrCount = size / m_data->GetAddressSize(); auto classPtrSectionStart = classPtrSection->GetStart(); auto classPtrSectionEnd = classPtrSection->GetEnd(); -- cgit v1.3.1