Commit fc8ed7be738ffb1b3b0140ed2de6def38b9a7101

Authored by Arnaldo Carvalho de Melo
1 parent 981c125269

perf top browser: Remove spurious helpline update

It will be immediately replaced in perf_top_browser__run.

Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-q7e2jzb44elqpkvdllk94x0i@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

tools/perf/util/ui/browsers/top.c
... ... @@ -208,7 +208,6 @@
208 208 },
209 209 };
210 210  
211   - ui_helpline__push("Press <- or ESC to exit");
212 211 return perf_top_browser__run(&browser);
213 212 }