aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/builtin-sched.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c
index c65f16cbae62..5052caa91caa 100644
--- a/tools/perf/builtin-sched.c
+++ b/tools/perf/builtin-sched.c
@@ -2627,9 +2627,6 @@ static void timehist_print_summary(struct perf_sched *sched,
2627 2627
2628 memset(&totals, 0, sizeof(totals)); 2628 memset(&totals, 0, sizeof(totals));
2629 2629
2630 if (comm_width < 30)
2631 comm_width = 30;
2632
2633 if (sched->idle_hist) { 2630 if (sched->idle_hist) {
2634 printf("\nIdle-time summary\n"); 2631 printf("\nIdle-time summary\n");
2635 printf("%*s parent sched-out ", comm_width, "comm"); 2632 printf("%*s parent sched-out ", comm_width, "comm");