From: richardbarry Date: Sun, 21 Nov 2010 14:50:43 +0000 (+0000) Subject: Remove unused definitions from the Win32 demo main.c file. X-Git-Tag: V6.1.1~103 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b98ce36e131250ca20311701a9887d0c14b850f5;p=freertos Remove unused definitions from the Win32 demo main.c file. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1154 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/WIN32-MSVC/main.c b/Demo/WIN32-MSVC/main.c index a8f09742d..70c51bb87 100644 --- a/Demo/WIN32-MSVC/main.c +++ b/Demo/WIN32-MSVC/main.c @@ -116,13 +116,6 @@ #define mainGEN_QUEUE_TASK_PRIORITY ( tskIDLE_PRIORITY ) #define mainFLOP_TASK_PRIORITY ( tskIDLE_PRIORITY ) -/* Stack sizes. */ -#define mainSTDOUT_TASK_STACK_SIZE ( configMINIMAL_STACK_SIZE * 4 ) - -/* File scope variables. */ -static volatile unsigned long ul1 = 0, ul2 = 0; -static xQueueHandle xStdoutQueue = NULL; - /* Task function prototypes. */ static void prvCheckTask( void *pvParameters );