diff options
Diffstat (limited to 'tools/perf/builtin-top.c')
-rw-r--r-- | tools/perf/builtin-top.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 104de9ab314..154e088588b 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -787,9 +787,6 @@ static int symbol_filter(struct map *map, struct symbol *sym) | |||
787 | } | 787 | } |
788 | } | 788 | } |
789 | 789 | ||
790 | if (!syme->skip) | ||
791 | syme->name_len = strlen(sym->name); | ||
792 | |||
793 | return 0; | 790 | return 0; |
794 | } | 791 | } |
795 | 792 | ||