summaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/macho/machoview.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/macho/machoview.cpp b/view/macho/machoview.cpp
index ec0ea4d5..2a927671 100644
--- a/view/macho/machoview.cpp
+++ b/view/macho/machoview.cpp
@@ -3776,8 +3776,7 @@ uint64_t MachoViewType::ParseHeaders(BinaryView* data, uint64_t imageOffset, mac
ident.filetype == MH_KEXT_BUNDLE ||
ident.filetype == MH_CORE ||
ident.filetype == MH_PRELOAD ||
- ident.filetype == MH_DSYM ||
- ident.filetype == MH_FILESET))
+ ident.filetype == MH_DSYM))
{
m_logger->LogError("Unhandled Macho file class: 0x%x", ident.filetype);
errorMsg = "invalid file class";