Skip to content

anv/hasvk: remove useless check of uint >= 0

Coverity points this out. It should be harmless since the C compiler's optimizer should notice this and optimize it away, but no reason to leave code that does nothing either.

CID: 1520648

Merge request reports