Cellular: Remove unnecessary NULL assignment

pull/6691/head
Mirela Chirica 2018-04-24 12:16:11 +03:00
parent 042586938d
commit c0629c8d11
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ public:
delete temp;
temp = _head;
}
_tail=NULL;
}
T* add_new()