mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Bug 397200 - "OS X dylibs have non-unique signatures causing incorrect stack traces". r=luser,mento. a=bzbarsky.
This commit is contained in:
parent
b684c2da5b
commit
7ec4aa8cf3
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user