[PATCH 0/2] Remove unused declarations

Gaosheng Cui posted 2 patches 3 years, 6 months ago
tools/perf/util/pmu.y  | 2 --
tools/perf/util/sort.h | 2 --
2 files changed, 4 deletions(-)
[PATCH 0/2] Remove unused declarations
Posted by Gaosheng Cui 3 years, 6 months ago
This series contains a few cleanup patches, to remove unused
declarations which have been removed. Thanks!

Gaosheng Cui (2):
  perf sort: remove hist_entry__sort_list and sort__first_dimension
    declaration
  perf tools: remove perf_pmu_lex declaration

 tools/perf/util/pmu.y  | 2 --
 tools/perf/util/sort.h | 2 --
 2 files changed, 4 deletions(-)

-- 
2.25.1
Re: [PATCH 0/2] Remove unused declarations
Posted by Arnaldo Carvalho de Melo 3 years, 6 months ago
Em Fri, Sep 09, 2022 at 12:45:40PM +0800, Gaosheng Cui escreveu:
> This series contains a few cleanup patches, to remove unused
> declarations which have been removed. Thanks!

Thanks, applied.

- Arnaldo

 
> Gaosheng Cui (2):
>   perf sort: remove hist_entry__sort_list and sort__first_dimension
>     declaration
>   perf tools: remove perf_pmu_lex declaration
> 
>  tools/perf/util/pmu.y  | 2 --
>  tools/perf/util/sort.h | 2 --
>  2 files changed, 4 deletions(-)
> 
> -- 
> 2.25.1

-- 

- Arnaldo