Partial backout of bug 803688 to fix Win7 debug xpcshell perma-purple. r=jlebar

This commit is contained in:
Ryan VanderMeulen 2012-10-24 22:46:14 -04:00
Родитель bdd5985e05
Коммит cff9297675
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -254,10 +254,6 @@ class LinkedList
public:
LinkedList() : sentinel(LinkedListElement<T>::NODE_KIND_SENTINEL) { }
~LinkedList() {
MOZ_ASSERT(isEmpty());
}
/*
* Add elem to the front of the list.
*/