forked from OSchip/llvm-project
parent
3589140eb7
commit
a3bdbd0f82
|
@ -280,7 +280,7 @@ public:
|
|||
Head = NextNode;
|
||||
setPrev(NextNode, PrevNode);
|
||||
IT = NextNode;
|
||||
removeNodeFromList(Node); // Notify traits that we added a node...
|
||||
removeNodeFromList(Node); // Notify traits that we removed a node...
|
||||
return Node;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue