Revert bug 410927 because it didn't really help perf and hurt codesize a little bit

This commit is contained in:
benjamin@smedbergs.us 2008-01-15 08:46:15 -08:00
Родитель 9731385f45
Коммит 2dd673ce5a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -81,7 +81,7 @@ struct nsID {
// See bug http://bugzilla.mozilla.org/show_bug.cgi?id=164580 for
// details.
return this == &other ||
return
((((PRUint32*) &m0)[0] == ((PRUint32*) &other.m0)[0]) &&
(((PRUint32*) &m0)[1] == ((PRUint32*) &other.m0)[1]) &&
(((PRUint32*) &m0)[2] == ((PRUint32*) &other.m0)[2]) &&