Remove comment referencing NODEx.c

The file NODEx.c is obsolete; it has been replaced with kernel_main.c.
Even if it the comment contents were fixed, it would offer no value.

Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-04-13 16:19:09 -04:00 committed by Anas Nashif
commit 4c37b6b726

View file

@ -49,11 +49,6 @@ extern K_TIMER *K_TimerBlockPtr; /* generated by SYSGEN */
extern struct k_args *K_ArgsBlockPtr; /* generated by SYSGEN */
extern char *K_DataBlockPtr; /* generated by SYSGEN */
/*
* These are now declared and initialized in NODEx.c
struct k_proc *K_Task;
*/
/*
* Initialize the priority bit map globals to indicate that
* only the idle task is ready to run