Remove comment listing callers of _NewContext()

There is little value in listing the callers of _NewContext() in its function
header.  Not only was the (deleted) list both incomplete and wrong, keeping
it around and properly updated requires error prone maintenance.

Change-Id: Iec069847762fdef6b6b2f54ad23c69ab3fa6e592
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-06-02 11:39:44 -04:00 committed by Anas Nashif
commit 86ebbf406c

View file

@ -281,9 +281,6 @@ __asm__("\t.globl _context_entry\n"
* This function is utilized to create execution contexts for both fiber
* contexts and kernel task contexts.
*
* This function is called by start_task() to initialize task contexts, and
* by _fiber_start() (nanoFiberStart) to initialize fiber contexts.
*
* The "context control block" (CCS) is carved from the "end" of the specified
* context stack memory.
*