diff --git a/features/cellular/framework/common/CellularList.h b/features/cellular/framework/common/CellularList.h index 387a07f984..d07ef3377f 100644 --- a/features/cellular/framework/common/CellularList.h +++ b/features/cellular/framework/common/CellularList.h @@ -46,7 +46,6 @@ public: delete temp; temp = _head; } - _tail=NULL; } T* add_new()