diff options
Diffstat (limited to 'tools/perf/util/sort.h')
| -rw-r--r-- | tools/perf/util/sort.h | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index b7c54eeed9c..af301acc461 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h @@ -48,12 +48,6 @@ struct hist_entry {  	u64			count_us;  	u64			count_guest_sys;  	u64			count_guest_us; - -	/* -	 * XXX WARNING! -	 * thread _has_ to come after ms, see -	 * hist_browser__selected_thread in util/newt.c -	 */  	struct map_symbol	ms;  	struct thread		*thread;  	u64			ip;  |