From c0629c8d11a5f79256ba2aecead26e95703d25c1 Mon Sep 17 00:00:00 2001 From: Mirela Chirica Date: Tue, 24 Apr 2018 12:16:11 +0300 Subject: [PATCH] Cellular: Remove unnecessary NULL assignment --- features/cellular/framework/common/CellularList.h | 1 - 1 file changed, 1 deletion(-) 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()