diff --git a/headers/private/kernel/util/DoublyLinkedList.h b/headers/private/kernel/util/DoublyLinkedList.h index f0f74545d7..a7775dbca7 100644 --- a/headers/private/kernel/util/DoublyLinkedList.h +++ b/headers/private/kernel/util/DoublyLinkedList.h @@ -186,7 +186,6 @@ public: void Rewind() { - fCurrent = NULL; fNext = fList->First(); }