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 6fa84b7065cd..6e2feee8db2a 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, | |||
126 | WRITE_ASS(sample_regs_user, "llu"); | 126 | WRITE_ASS(sample_regs_user, "llu"); |
127 | WRITE_ASS(sample_stack_user, PRIu32); | 127 | WRITE_ASS(sample_stack_user, PRIu32); |
128 | 128 | ||
129 | __WRITE_ASS(optional, "d", 0); | ||
130 | |||
131 | fclose(file); | 129 | fclose(file); |
132 | return 0; | 130 | return 0; |
133 | } | 131 | } |