X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Ffields-internal.h;h=f7d39d10b23b61e78e4de7f8f0683c8b65f80f16;hp=22d551a59576fd8b939b24e6e7d1c61e4955200c;hb=c58b9c62c18e1e0edf8d5147e242e861ea6b72a3;hpb=8be22697927d587dad406715558816652fc1e1e4 diff --git a/include/babeltrace/ctf-ir/fields-internal.h b/include/babeltrace/ctf-ir/fields-internal.h index 22d551a5..f7d39d10 100644 --- a/include/babeltrace/ctf-ir/fields-internal.h +++ b/include/babeltrace/ctf-ir/fields-internal.h @@ -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 */ };