Skip to content

Commit c0629c8

Browse files
author
Mirela Chirica
committed
Cellular: Remove unnecessary NULL assignment
1 parent 0425869 commit c0629c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/cellular/framework/common/CellularList.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ template <class T> class CellularList
4646
delete temp;
4747
temp = _head;
4848
}
49-
_tail=NULL;
5049
}
5150

5251
T* add_new()

0 commit comments

Comments
 (0)