Allocate structure fields on creation
[babeltrace.git] / include / babeltrace / ctf-ir / fields-internal.h
index 22d551a59576fd8b939b24e6e7d1c61e4955200c..f7d39d10b23b61e78e4de7f8f0683c8b65f80f16 100644 (file)
@@ -65,7 +65,6 @@ struct bt_ctf_field_floating_point {
 
 struct bt_ctf_field_structure {
        struct bt_ctf_field parent;
-       GHashTable *field_name_to_index;
        GPtrArray *fields; /* Array of pointers to struct bt_ctf_field */
 };
 
This page took 0.023743 seconds and 4 git commands to generate.