diff --git a/C#/Datastructures/DoublyLinkedList.cs b/C#/Datastructures/DoublyLinkedList.cs index ffd668c..ea3a220 100644 --- a/C#/Datastructures/DoublyLinkedList.cs +++ b/C#/Datastructures/DoublyLinkedList.cs @@ -91,8 +91,6 @@ namespace C_.Datastructures if (node != null) { - - //continue to given point in the list ('i' hops) for (int x = 0; x < i; x++) {