perf symbol: Remove now unused symbol_conf.sort_by_name
[linux-2.6-microblaze.git] / tools / perf / tests / builtin-test.c
index aa44fdc..1f6557c 100644 (file)
@@ -542,7 +542,6 @@ int cmd_test(int argc, const char **argv)
                return run_workload(workload, argc, argv);
 
        symbol_conf.priv_size = sizeof(int);
-       symbol_conf.sort_by_name = true;
        symbol_conf.try_vmlinux_path = true;
 
        if (symbol__init(NULL) < 0)