X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbabeltrace%2Fctf-ir%2Ffield-types.h;h=e9b5f25393bbd9e2eeeb4ef6deb070934fcf5cc2;hb=9643611120f9bf174684cb0a06ec9ed418e3341e;hp=7ae3ae55bbd3506392bd70dd90da09901bb67971;hpb=e0f15669bbfe5c29244ba6e0eb9f1e81f26e5244;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/field-types.h b/include/babeltrace/ctf-ir/field-types.h index 7ae3ae55..e9b5f253 100644 --- a/include/babeltrace/ctf-ir/field-types.h +++ b/include/babeltrace/ctf-ir/field-types.h @@ -1316,10 +1316,6 @@ struct bt_ctf_field_type *bt_ctf_field_type_enumeration_get_container_type( extern int bt_ctf_field_type_enumeration_get_mapping_count( struct bt_ctf_field_type *enum_field_type); -extern int bt_ctf_field_type_enumeration_get_mapping_name( - struct bt_ctf_field_type *enum_field_type, int index, - const char **name); - /** @brief Returns the signed mapping of the @enumft \p enum_field_type at index \p index.