diff options
Diffstat (limited to 'tools/perf/util/session.h')
-rw-r--r-- | tools/perf/util/session.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h index faf18a8e0311..32eaa1bada06 100644 --- a/tools/perf/util/session.h +++ b/tools/perf/util/session.h | |||
@@ -25,7 +25,6 @@ struct perf_session { | |||
25 | int fd; | 25 | int fd; |
26 | int cwdlen; | 26 | int cwdlen; |
27 | char *cwd; | 27 | char *cwd; |
28 | bool use_callchain; | ||
29 | char filename[0]; | 28 | char filename[0]; |
30 | }; | 29 | }; |
31 | 30 | ||