diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2024-05-23 16:26:24 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2024-05-23 16:27:37 +0000 |
| commit | 6729e8a40bd9b15c2790bc96c58817493de4f6f0 (patch) | |
| tree | 4ec3502e6a1b7069b185b461bc4d005624a52d0c /lib/libpmc | |
| parent | 49086aa35d987b78dbc3c9ec94814fe338e07164 (diff) | |
Diffstat (limited to 'lib/libpmc')
| -rw-r--r-- | lib/libpmc/libpmc_pmu_util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpmc/libpmc_pmu_util.c b/lib/libpmc/libpmc_pmu_util.c index fa2e76e8d026..74a93ae963d7 100644 --- a/lib/libpmc/libpmc_pmu_util.c +++ b/lib/libpmc/libpmc_pmu_util.c @@ -622,7 +622,6 @@ pmc_pmu_pmcallocate_md(const char *event_name, struct pmc_op_pmcallocate *pm) if (pmu_parse_event(&ped, pe->event)) return (ENOENT); - assert(ped.ped_event >= 0); pm->pm_ev = idx; pm->pm_md.pm_event = ped.ped_event; pm->pm_class = PMC_CLASS_POWER8; |
