From: RichardBarry Date: Sat, 22 Nov 2008 17:34:51 +0000 (+0000) Subject: Remove erroneous comments. X-Git-Tag: V5.1.2~112 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8849eb03dc7527b02490c791018deba7034e9b51;p=freertos Remove erroneous comments. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@584 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/queue.c b/Source/queue.c index 3801f20b8..54dcd8375 100644 --- a/Source/queue.c +++ b/Source/queue.c @@ -943,12 +943,8 @@ signed portCHAR *pcOriginalReadPosition; } } -/* The two tasks are blocked on the queue, the low priority task is polling/running. */ - -/* An interrupt occurs here - which unblocks the HP tasks, but they do not run. */ taskENTER_CRITICAL(); { -/* Because the interrupt occurred the LP task manages to grab the data as the other two tasks are not yet running. */ if( pxQueue->uxMessagesWaiting > ( unsigned portBASE_TYPE ) 0 ) { /* Remember our read position in case we are just peeking. */