From 923aaf970fa05225cf3b55ba3c5df5fba475247c Mon Sep 17 00:00:00 2001 From: Dawid Kurek Date: Mon, 3 Jun 2019 23:25:07 +0200 Subject: [PATCH] Remove unnecessary assignment --- core/list.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/list.h b/core/list.h index 103a82a31d..d1b528562d 100644 --- a/core/list.h +++ b/core/list.h @@ -602,9 +602,6 @@ public: Element *next = current->next_ptr; - //disconnect - current->next_ptr = NULL; - if (from != current) { current->prev_ptr = NULL;