mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: Remove unnecessary NULL assignment
parent
042586938d
commit
c0629c8d11
|
|
@ -46,7 +46,6 @@ public:
|
|||
delete temp;
|
||||
temp = _head;
|
||||
}
|
||||
_tail=NULL;
|
||||
}
|
||||
|
||||
T* add_new()
|
||||
|
|
|
|||
Loading…
Reference in New Issue