Bug 565748 - nsTArray.h:905: warning: unused variable ‘elem’, r=roc

This commit is contained in:
Michael Wu 2010-05-18 17:14:34 -07:00
Родитель 30a451818a
Коммит aeb2230399
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -902,7 +902,6 @@ class nsTArray : public nsTArray_base {
if (!Length()) {
return;
}
elem_type *elem = Elements();
index_type index = (Length() - 1) / 2;
do {
SiftDown(index, comp);