From 4c37b6b726efd2594ef7dc249ea46640ffcae840 Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Mon, 13 Apr 2015 16:19:09 -0400 Subject: [PATCH] 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 --- kernel/microkernel/core/global.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kernel/microkernel/core/global.c b/kernel/microkernel/core/global.c index 1f7e138af6d..fadb418f0b6 100644 --- a/kernel/microkernel/core/global.c +++ b/kernel/microkernel/core/global.c @@ -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