Remove a redundant "td = curthread" statement from profclock().

This commit is contained in:
tjr 2004-06-02 12:05:06 +00:00
parent 97a623b578
commit 9bd12a2fd9

View File

@ -458,7 +458,6 @@ profclock(frame)
* if there is no related user location yet, don't
* bother trying to count it.
*/
td = curthread;
if (td->td_proc->p_flag & P_PROFIL)
addupc_intr(td, CLKF_PC(frame), 1);
}