From 91f1fe44d2e8109bdb5250eb3dbf12c908786f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 28 Feb 2007 11:31:19 +0000 Subject: [PATCH] It really should only have an fFirst member :) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20250 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/util/DoublyLinkedQueue.h | 1 - 1 file changed, 1 deletion(-) diff --git a/headers/private/kernel/util/DoublyLinkedQueue.h b/headers/private/kernel/util/DoublyLinkedQueue.h index 255f61ee07..392f609863 100644 --- a/headers/private/kernel/util/DoublyLinkedQueue.h +++ b/headers/private/kernel/util/DoublyLinkedQueue.h @@ -166,7 +166,6 @@ class DoublyLinkedQueue { private: Element *fFirst; - Element *fLast; static GetLink sGetLink; };