Bug 397200 - "OS X dylibs have non-unique signatures causing incorrect stack traces". r=luser,mento. a=bzbarsky.

This commit is contained in:
bent.mozilla@gmail.com 2007-09-24 23:57:09 -07:00
Родитель b684c2da5b
Коммит 7ec4aa8cf3
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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);
}