diff options
| author | Mitchell Horne <mhorne@FreeBSD.org> | 2021-05-31 14:22:30 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2021-05-31 20:39:04 +0000 |
| commit | 0092642f863946ee1edc88fa634887d7c8a54656 (patch) | |
| tree | f4b717c116dbb755c51b00eb6a0a9cd1f49a96b7 /lib/libpmc | |
| parent | bc1a6a9d692a1f827514144b6bce0654a8be4f4d (diff) | |
Diffstat (limited to 'lib/libpmc')
| -rw-r--r-- | lib/libpmc/libpmc_pmu_util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libpmc/libpmc_pmu_util.c b/lib/libpmc/libpmc_pmu_util.c index 259a2a5faa47..1b2c10e07368 100644 --- a/lib/libpmc/libpmc_pmu_util.c +++ b/lib/libpmc/libpmc_pmu_util.c @@ -472,9 +472,7 @@ pmc_pmu_intel_pmcallocate(const char *event_name, struct pmc_op_pmcallocate *pm, struct pmu_event_desc *ped) { struct pmc_md_iap_op_pmcallocate *iap; - int isfixed; - isfixed = 0; iap = &pm->pm_md.pm_iap; if (strcasestr(event_name, "UNC_") == event_name || strcasestr(event_name, "uncore") != NULL) { |
