Em Tue, Jun 09, 2020 at 04:43:43PM -0700, Ian Rogers escreveu: > This avoids multiple declarations if the flex header is included.
Thanks, applied, - Arnaldo > Signed-off-by: Ian Rogers <[email protected]> > --- > tools/perf/util/pmu.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tools/perf/util/pmu.h b/tools/perf/util/pmu.h > index 85e0c7f2515c..f971d9aa4570 100644 > --- a/tools/perf/util/pmu.h > +++ b/tools/perf/util/pmu.h > @@ -86,7 +86,6 @@ int perf_pmu__check_alias(struct perf_pmu *pmu, struct > list_head *head_terms, > struct perf_pmu_info *info); > struct list_head *perf_pmu__alias(struct perf_pmu *pmu, > struct list_head *head_terms); > -int perf_pmu_wrap(void); > void perf_pmu_error(struct list_head *list, char *name, char const *msg); > > int perf_pmu__new_format(struct list_head *list, char *name, > -- > 2.27.0.278.ge193c7cf3a9-goog > -- - Arnaldo

