diff options
| author | kat <kat@vector35.com> | 2024-07-26 03:36:56 -0400 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2024-09-26 14:59:40 -0400 |
| commit | 1a8c33332b10ea867d7e747b675ae615228a4b8a (patch) | |
| tree | 54847743e761fbd90e31e0d3a83f799b9d08fc08 /view/macho/objc.cpp | |
| parent | d5dbb30ffc81ebb8a6d47b6baef9ddcb954db717 (diff) | |
Clean up unused variables in Mach-O/Obj-C code
Diffstat (limited to 'view/macho/objc.cpp')
| -rw-r--r-- | view/macho/objc.cpp | 1 |
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(); |
