From 6e53ad9ff65226f79d5888452992222284c7e4d4 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Wed, 27 Nov 2013 16:29:50 -0300 Subject: perf timechart: Remove some needless struct forward declarations Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stanislav Fomichev Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-jomi6mjv5zi9vsn4vmih5xps@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/builtin-timechart.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tools/perf/builtin-timechart.c') diff --git a/tools/perf/builtin-timechart.c b/tools/perf/builtin-timechart.c index 436cb5f9d751..c246f0290623 100644 --- a/tools/perf/builtin-timechart.c +++ b/tools/perf/builtin-timechart.c @@ -55,14 +55,8 @@ static bool tasks_only; static bool with_backtrace; -struct per_pid; struct per_pidcomm; - struct cpu_sample; -struct power_event; -struct wake_event; - -struct sample_wrapper; /* * Datastructure layout: @@ -155,7 +149,6 @@ struct wake_event { static struct power_event *power_events; static struct wake_event *wake_events; -struct process_filter; struct process_filter { char *name; int pid; -- cgit v1.2.3-59-g8ed1b