зеркало из https://github.com/mozilla/pjs.git
Bug 397200 - "OS X dylibs have non-unique signatures causing incorrect stack traces". r=luser,mento. a=bzbarsky.
This commit is contained in:
Родитель
2dd53e783f
Коммит
269b383b37
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче