git: 0092642f8639 - main - libpmc: remove unused 'isfixed' variable
Mitchell Horne
mhorne at FreeBSD.org
Mon May 31 20:39:18 UTC 2021
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=0092642f863946ee1edc88fa634887d7c8a54656
commit 0092642f863946ee1edc88fa634887d7c8a54656
Author: Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-05-31 14:22:30 +0000
Commit: Mitchell Horne <mhorne at FreeBSD.org>
CommitDate: 2021-05-31 20:39:04 +0000
libpmc: remove unused 'isfixed' variable
Reviewed by: gnn, emaste
MFC after: 5 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D30529
---
lib/libpmc/libpmc_pmu_util.c | 2 --
1 file changed, 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) {
More information about the dev-commits-src-all
mailing list