libpmc: remove tautological assert
authorBrooks Davis <brooks@FreeBSD.org>
Thu, 23 May 2024 16:26:24 +0000 (17:26 +0100)
committerBrooks Davis <brooks@FreeBSD.org>
Thu, 23 May 2024 16:27:37 +0000 (17:27 +0100)
commit6729e8a40bd9b15c2790bc96c58817493de4f6f0
tree4ec3502e6a1b7069b185b461bc4d005624a52d0c
parent49086aa35d987b78dbc3c9ec94814fe338e07164
libpmc: remove tautological assert

gcc13 whines about this assert than an unsigned integer is >= 0.

Reviewed by: luporl
Fixes: b48a2770d48b9 powerpc64: add Power8 and Power9 PMCs
Differential Revision: https://reviews.freebsd.org/D45232
lib/libpmc/libpmc_pmu_util.c