From 93c9fad912e311b2169ca900900f5ef7892feea0 Mon Sep 17 00:00:00 2001 From: Ching-Hsin Lee Date: Tue, 4 Oct 2022 10:41:21 +0800 Subject: [PATCH] Remove unnecessary comment --- source/cellular_pktio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/cellular_pktio.c b/source/cellular_pktio.c index bacfb0c4..9ac83691 100644 --- a/source/cellular_pktio.c +++ b/source/cellular_pktio.c @@ -983,7 +983,7 @@ static void _handleAllReceived( CellularContext_t * pContext, bytesRead = bytesRead - 1U; } - /* Preprocess line. Unlock the response mutex since callback function is called. */ + /* Preprocess line. */ keepProcess = _preprocessLine( pContext, pTempLine, &bytesRead, &pStartOfData ); if( keepProcess == true )