summaryrefslogtreecommitdiff
path: root/view/macho/objc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'view/macho/objc.cpp')
-rw-r--r--view/macho/objc.cpp1
1 files changed, 0 insertions, 1 deletions
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<Section> classPtrSe
if (size == 0)
return;
auto ptrSize = m_data->GetAddressSize();
- //auto ptrCount = size / m_data->GetAddressSize();
auto classPtrSectionStart = classPtrSection->GetStart();
auto classPtrSectionEnd = classPtrSection->GetEnd();