From 827daab9699f5b0a2e718433979fdef36ca4fc36 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Wed, 5 Oct 2011 19:41:31 -0300 Subject: [PATCH] --- yaml --- r: 269049 b: refs/heads/master c: 8b1bfdbdb3041c0503c42ef49bab25caabeaa558 h: refs/heads/master i: 269047: a3e93f6ba53905b128fedad3d3faa518fc02ffa2 v: v3 --- [refs] | 2 +- trunk/tools/perf/builtin-top.c | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index c167eaf172cf..3b294318e491 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34958544b3da17e98d98d7b872c6516995ad66bb +refs/heads/master: 8b1bfdbdb3041c0503c42ef49bab25caabeaa558 diff --git a/trunk/tools/perf/builtin-top.c b/trunk/tools/perf/builtin-top.c index b9b7fe085895..cc877bc83ebd 100644 --- a/trunk/tools/perf/builtin-top.c +++ b/trunk/tools/perf/builtin-top.c @@ -1140,13 +1140,6 @@ int cmd_top(int argc, const char **argv, const char *prefix __used) setup_sorting(top_usage, options); - /* - * XXX For now start disabled, only using TUI if explicitely asked for. - * Change that when handle_keys equivalent gets written, live annotation - * done, etc. - */ - use_browser = 0; - if (use_stdio) use_browser = 0; else if (use_tui)