Remove an unsafe KASSERT.

This commit is contained in:
David Xu 2003-02-25 11:23:17 +00:00
parent f4a8661b2f
commit d9b05fa0b0
2 changed files with 0 additions and 2 deletions

View File

@ -955,7 +955,6 @@ syscall(frame)
}
#endif
KASSERT((td->td_kse != NULL), ("syscall: kse/thread UNLINKED"));
KASSERT((td->td_kse->ke_thread == td), ("syscall:kse/thread mismatch"));
sticks = td->td_sticks;
td->td_frame = &frame;

View File

@ -955,7 +955,6 @@ syscall(frame)
}
#endif
KASSERT((td->td_kse != NULL), ("syscall: kse/thread UNLINKED"));
KASSERT((td->td_kse->ke_thread == td), ("syscall:kse/thread mismatch"));
sticks = td->td_sticks;
td->td_frame = &frame;