aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/mac/file_id.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/mac/file_id.cc b/src/common/mac/file_id.cc
index 1c7770dd..ebb8c40e 100644
--- a/src/common/mac/file_id.cc
+++ b/src/common/mac/file_id.cc
@@ -76,9 +76,6 @@ bool FileID::MachoIdentifier(int cpu_type, unsigned char identifier[16]) {
if (macho.UUIDCommand(cpu_type, identifier))
return true;
- if (macho.IDCommand(cpu_type, identifier))
- return true;
-
return macho.MD5(cpu_type, identifier);
}