It really should only have an fFirst member :)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20250 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-02-28 11:31:19 +00:00
parent 5cd229a5a1
commit 91f1fe44d2
@@ -166,7 +166,6 @@ class DoublyLinkedQueue {
private: private:
Element *fFirst; Element *fFirst;
Element *fLast;
static GetLink sGetLink; static GetLink sGetLink;
}; };