K 10 svn:author V 6 eadler K 8 svn:date V 27 2018-03-03T21:05:28.655283Z K 7 svn:log V 286 MFC r305137: Eliminate unnecessary loop in _cap_check() Calling cap_rights_contains() several times with the same inputs is not going to produce a different output. The variable being iterated, i, is never used inside the for loop. The loop is actually done in cap_rights_contains() END