Delete 4 lines of misleading/incorrect comments.

This commit is contained in:
deischen 2000-11-16 19:15:56 +00:00
parent b5506d5eef
commit b593b76bee
3 changed files with 0 additions and 12 deletions

View File

@ -108,10 +108,6 @@ _thread_kern_sched(ucontext_t *scp)
/* Check if this function was called from the signal handler: */
if (scp != NULL) {
called_from_handler = 1;
/*
* We're running on the signal stack; just call the
* kernel scheduler directly.
*/
DBG_MSG("Entering scheduler due to signal\n");
} else {
/* Save the state of the current thread: */

View File

@ -108,10 +108,6 @@ _thread_kern_sched(ucontext_t *scp)
/* Check if this function was called from the signal handler: */
if (scp != NULL) {
called_from_handler = 1;
/*
* We're running on the signal stack; just call the
* kernel scheduler directly.
*/
DBG_MSG("Entering scheduler due to signal\n");
} else {
/* Save the state of the current thread: */

View File

@ -108,10 +108,6 @@ _thread_kern_sched(ucontext_t *scp)
/* Check if this function was called from the signal handler: */
if (scp != NULL) {
called_from_handler = 1;
/*
* We're running on the signal stack; just call the
* kernel scheduler directly.
*/
DBG_MSG("Entering scheduler due to signal\n");
} else {
/* Save the state of the current thread: */