diff options
author | Jiri Olsa <[email protected]> | 2013-05-24 13:16:41 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2013-05-29 15:24:04 +0300 |
commit | 0ac129e008971aea9f6b17cb77a12e2ffc9dc80c (patch) | |
tree | 6f3b47bd115ce6404c7f01744a53622a34ca92e6 | |
parent | 78e3a1f1ab932b52333ba14497d663d3ad758d16 (diff) |
perf tools: Remove cwdlen from struct perf_session
Removing cwdlen from struct perf_session as it's no longer used.
Signed-off-by: Jiri Olsa <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-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 6b51d47acdba..f3b235ec7bf4 100644 --- a/tools/perf/util/session.h +++ b/tools/perf/util/session.h @@ -37,7 +37,6 @@ struct perf_session { int fd; bool fd_pipe; bool repipe; - int cwdlen; char *cwd; struct ordered_samples ordered_samples; char filename[1]; |