K 10 svn:author V 6 davide K 8 svn:date V 27 2012-08-07T00:28:29.397239Z K 7 svn:log V 333 Remove some unneeded checks. For non-direct callouts softclock_call_cc() is only called for callouts on cc_expireq queue, and all the callouts there have CALLOUT_PROCESSED flag. Similarly, for direct callouts the aforementioned function is called for callouts on the wheel, which haven't CALLOUT_PROCESS flag set. Reviewed by: mav END