summaryrefslogtreecommitdiff
path: root/view/macho/objc.cpp
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2024-07-26 03:36:56 -0400
committerkat <kat@vector35.com>2024-09-26 14:59:40 -0400
commit1a8c33332b10ea867d7e747b675ae615228a4b8a (patch)
tree54847743e761fbd90e31e0d3a83f799b9d08fc08 /view/macho/objc.cpp
parentd5dbb30ffc81ebb8a6d47b6baef9ddcb954db717 (diff)
Clean up unused variables in Mach-O/Obj-C code
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();