Remove unnecessary assignment
This commit is contained in:
parent
774a9fde84
commit
923aaf970f
|
@ -602,9 +602,6 @@ public:
|
|||
|
||||
Element *next = current->next_ptr;
|
||||
|
||||
//disconnect
|
||||
current->next_ptr = NULL;
|
||||
|
||||
if (from != current) {
|
||||
|
||||
current->prev_ptr = NULL;
|
||||
|
|
Loading…
Reference in New Issue