Merge pull request #29449 from dawikur/fix/NULL_assignment
Remove unnecessary assignment
This commit is contained in:
commit
522b09db89
|
@ -602,9 +602,6 @@ public:
|
||||||
|
|
||||||
Element *next = current->next_ptr;
|
Element *next = current->next_ptr;
|
||||||
|
|
||||||
//disconnect
|
|
||||||
current->next_ptr = NULL;
|
|
||||||
|
|
||||||
if (from != current) {
|
if (from != current) {
|
||||||
|
|
||||||
current->prev_ptr = NULL;
|
current->prev_ptr = NULL;
|
||||||
|
|
Loading…
Reference in New Issue