Remove unnecessary assignment

This commit is contained in:
Dawid Kurek 2019-06-03 23:25:07 +02:00
parent 774a9fde84
commit 923aaf970f

View file

@ -602,9 +602,6 @@ public:
Element *next = current->next_ptr;
//disconnect
current->next_ptr = NULL;
if (from != current) {
current->prev_ptr = NULL;