perf tools: Fix feature-bits rework fallout, remove unused variable
authorIngo Molnar <[email protected]>
Thu, 29 Dec 2011 20:26:17 +0000 (21:26 +0100)
committerIngo Molnar <[email protected]>
Thu, 29 Dec 2011 20:26:17 +0000 (21:26 +0100)
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Robert Richter <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
tools/perf/util/header.c

index e509a9dea00bdfc2934b5a1f0ea754cf27a81e2f..3e7e0b09c12c29339f3853c469dc0c3cc2d0d71c 100644 (file)
@@ -1415,15 +1415,12 @@ static int perf_header__adds_write(struct perf_header *header,
                                   struct perf_evlist *evlist, int fd)
 {
        int nr_sections;
-       struct perf_session *session;
        struct perf_file_section *feat_sec, *p;
        int sec_size;
        u64 sec_start;
        int feat;
        int err;
 
-       session = container_of(header, struct perf_session, header);
-
        nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
        if (!nr_sections)
                return 0;