Explorar o código

Remove unnecessary assignment

Dawid Kurek %!s(int64=6) %!d(string=hai) anos
pai
achega
923aaf970f
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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;