diff options
author | deischen <deischen@FreeBSD.org> | 2000-11-16 19:15:56 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2000-11-16 19:15:56 +0000 |
commit | b593b76bee29d3f6951bb3facde86725c3061964 (patch) | |
tree | 3ebfed31a420212391f5d98ce2282584e6ea60f4 /lib/libc_r | |
parent | b5506d5eefc067bf40008dd0fe0d1c8ba0d39a86 (diff) | |
download | FreeBSD-src-b593b76bee29d3f6951bb3facde86725c3061964.zip FreeBSD-src-b593b76bee29d3f6951bb3facde86725c3061964.tar.gz |
Delete 4 lines of misleading/incorrect comments.
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/uthread/uthread_kern.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc_r/uthread/uthread_kern.c b/lib/libc_r/uthread/uthread_kern.c index 2b7b270..01faece 100644 --- a/lib/libc_r/uthread/uthread_kern.c +++ b/lib/libc_r/uthread/uthread_kern.c @@ -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: */ |