Remove unused index version fields
[babeltrace.git] / plugins / ctf / fs / data-stream.c
index e56e9f7a73352a71092e4da2d8b1b820f4410024..cd414c5c1f991e2c084ae44e874d495fd302620a 100644 (file)
@@ -233,8 +233,6 @@ int build_index_from_idx_file(struct ctf_fs_stream *stream)
                ret = -1;
                goto end;
        }
-       stream->index.version.major = be32toh(header->index_major);
-       stream->index.version.minor = be32toh(header->index_minor);
 
        file_index_entry_size = be32toh(header->packet_index_len);
        file_entry_count = (filesize - sizeof(*header)) / file_index_entry_size;
This page took 0.024195 seconds and 4 git commands to generate.