Completed
Push — master ( 72cded...6eae43 )
by Siro Díaz
02:23
created
DataStructures/Lists/CircularLinkedList.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use DataStructures\Lists\Nodes\SimpleLinkedListNode as Node;
6 6
 use DataStructures\Lists\Interfaces\ListInterface;
7 7
 use OutOfBoundsException;
8
-use Iterator;
9 8
 
10 9
 /**
11 10
  * CircularLinkedList is a single and circular linked list that has
Please login to merge, or discard this patch.