Remove bt_ctf_field_type_enumeration_get_mapping_name
[babeltrace.git] / include / babeltrace / ctf-ir / field-types.h
index 7ae3ae55bbd3506392bd70dd90da09901bb67971..e9b5f25393bbd9e2eeeb4ef6deb070934fcf5cc2 100644 (file)
@@ -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.
This page took 0.024293 seconds and 4 git commands to generate.