1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00

Delete 4 lines of misleading/incorrect comments.

This commit is contained in:
Daniel Eischen 2000-11-16 19:15:56 +00:00
parent 9e202696b0
commit 810888e2f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68835
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: */