summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_thread.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-05-04 06:04:33 +0000
committerkib <kib@FreeBSD.org>2010-05-04 06:04:33 +0000
commite5f4727bbf133c7d282ecf204252dffd31efc2e0 (patch)
treea4d3ce89856ab366a4bdf2775a21178eb81178e8 /sys/kern/kern_thread.c
parented0171604743ee3c9a1dadd422311f569b021ffe (diff)
downloadFreeBSD-src-e5f4727bbf133c7d282ecf204252dffd31efc2e0.zip
FreeBSD-src-e5f4727bbf133c7d282ecf204252dffd31efc2e0.tar.gz
Remove a comment that merely repeats code.
Submitted by: bde MFC after: 1 week
Diffstat (limited to 'sys/kern/kern_thread.c')
-rw-r--r--sys/kern/kern_thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c
index b32c584..dd5cb62 100644
--- a/sys/kern/kern_thread.c
+++ b/sys/kern/kern_thread.c
@@ -431,7 +431,6 @@ thread_exit(void)
#endif
PROC_UNLOCK(p);
thread_lock(td);
- /* Save our tick information with both the thread and proc locked */
ruxagg_locked(&p->p_rux, td);
PROC_SUNLOCK(p);
td->td_state = TDS_INACTIVE;
OpenPOWER on IntegriCloud