remove superfluous blank line

This commit is contained in:
Julian Elischer 2002-02-08 01:38:32 +00:00
parent 266ebcd391
commit 045e854101

View File

@ -184,7 +184,6 @@ proc_linkup(struct proc *p, struct ksegrp *kg,
/* link them together for 1:1 */
td->td_kse = ke;
ke->ke_thread = td;
}
/* temporary version is ultra simple while we are in 1:1 mode */