diff options
Diffstat (limited to 'tools/perf/tests/attr.c')
| -rw-r--r-- | tools/perf/tests/attr.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/tests/attr.c b/tools/perf/tests/attr.c index 6fa84b7065c..6e2feee8db2 100644 --- a/tools/perf/tests/attr.c +++ b/tools/perf/tests/attr.c @@ -126,8 +126,6 @@ static int store_event(struct perf_event_attr *attr, pid_t pid, int cpu,  	WRITE_ASS(sample_regs_user,   "llu");  	WRITE_ASS(sample_stack_user,  PRIu32); -	__WRITE_ASS(optional, "d", 0); -  	fclose(file);  	return 0;  }  |