K 10 svn:author V 3 jhb K 8 svn:date V 27 2004-07-02T03:48:09.000000Z K 7 svn:log V 344 - Assert that any process that has statclock called on it has both a stats structure and a vmspace as this should always be true rather than checking the always true condition in an if statement. - Remove never-false check: if ((ru = &pstats->p_ru) != NULL) - Remove pstats variable that is only used once and inline its one use instead. END