From 2569e719f8c4a066bfe55c5c8199aaf65b63a871 Mon Sep 17 00:00:00 2001 From: Bhoomika R S Date: Fri, 17 Jan 2025 17:56:01 +0530 Subject: [PATCH] Update list.c --- list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/list.c b/list.c index 0c0f3676e3..76e9eadede 100644 --- a/list.c +++ b/list.c @@ -213,7 +213,6 @@ void vListInsert( List_t * const pxList, } /*-----------------------------------------------------------*/ - UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) { /* The list item knows which list it is in. Obtain the list from the list