From e1a7efca7dba1f2be87c791df632e2c4cd54cecf Mon Sep 17 00:00:00 2001 From: nealsid Date: Sun, 22 Feb 2009 08:16:05 +0000 Subject: See https://bugzilla.mozilla.org/show_bug.cgi?id=397200 The method of calculating a binary ID using the LC_ID command isn't compatible with non-default build processes, most Mac consumers use LC_UUID anyway but for those that don't, MD5 is a better choice R=nealsid W=Ted.Mielczarek git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@313 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/mac/file_id.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common/mac') 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); } -- cgit v1.2.1