Explorar el Código

Remove unnecessary assignment

Dawid Kurek hace 6 años
padre
commit
923aaf970f
Se han modificado 1 ficheros con 0 adiciones y 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;