Remove unused index version fields
[babeltrace.git] / plugins / ctf / fs / data-stream.h
index 11c149ccd90d8fd7ce0d1e185c10e20ef7b0f8ef..3b686b7a6d7bbd0bc426fdf31161a50c7dfb03ab 100644 (file)
@@ -43,9 +43,6 @@ struct index_entry {
 };
 
 struct index {
-        struct {
-               unsigned int major, minor;
-       } version;
        GArray *entries; /* Array of struct index_entry. */
 };
 
This page took 0.024849 seconds and 4 git commands to generate.