Merge pull request #29449 from dawikur/fix/NULL_assignment

Remove unnecessary assignment
This commit is contained in:
Rémi Verschelde 2019-06-04 09:27:56 +02:00 committed by GitHub
commit 522b09db89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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