K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-02-22T02:15:57.000000Z K 7 svn:log V 211 Just use the ithread->it_proc directly in a KTR tracepoint instead of assigning a local var to it and using it, as otherwise the local var wasn't used, and generated a warning in the !KTR case. Noticed by: bde END