From: richardbarry Date: Wed, 10 Jul 2013 13:26:00 +0000 (+0000) Subject: Remove commented out code. X-Git-Tag: V7.5.0~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d16e4ebc149b653fb610353ad72c2421467fa956;p=freertos Remove commented out code. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1969 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Demo/Common/Minimal/IntQueue.c b/FreeRTOS/Demo/Common/Minimal/IntQueue.c index 919a3f7f7..518d2a600 100644 --- a/FreeRTOS/Demo/Common/Minimal/IntQueue.c +++ b/FreeRTOS/Demo/Common/Minimal/IntQueue.c @@ -245,8 +245,6 @@ void vStartInterruptQueueTasks( void ) interrupts. */ xNormallyFullQueue = xQueueCreate( intqQUEUE_LENGTH, ( unsigned portBASE_TYPE ) sizeof( unsigned portBASE_TYPE ) ); xNormallyEmptyQueue = xQueueCreate( intqQUEUE_LENGTH, ( unsigned portBASE_TYPE ) sizeof( unsigned portBASE_TYPE ) ); -// vTraceSetQueueName( xNormallyFullQueue, "NF" ); -// vTraceSetQueueName( xNormallyEmptyQueue, "NE" ); /* vQueueAddToRegistry() adds the queue to the queue registry, if one is in use. The queue registry is provided as a means for kernel aware