Преглед на файлове

Remove unnecessary assignment

Dawid Kurek преди 6 години
родител
ревизия
923aaf970f
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      core/list.h

+ 0 - 3
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;