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>
This commit is contained in:
Arnaldo Carvalho de Melo 2011-08-10 12:42:26 -03:00
parent 981c125269
commit fc8ed7be73
1 changed files with 0 additions and 1 deletions

View File

@ -208,6 +208,5 @@ int perf_top__tui_browser(struct perf_top *top)
},
};
ui_helpline__push("Press <- or ESC to exit");
return perf_top_browser__run(&browser);
}