ir: make bt_ctf_field_type_copy() public
[babeltrace.git] / include / babeltrace / ctf-ir / field-types-internal.h
index d3a4b0c17edbbb302636e246296924b933a8ba2f..c718a2be4b1ae0ea739da4a322bc0de4691d1d10 100644 (file)
@@ -191,11 +191,6 @@ BT_HIDDEN
 void bt_ctf_field_type_set_native_byte_order(
                struct bt_ctf_field_type *type, int byte_order);
 
-/* Deep copy a field type */
-BT_HIDDEN
-struct bt_ctf_field_type *bt_ctf_field_type_copy(
-               struct bt_ctf_field_type *type);
-
 BT_HIDDEN
 int bt_ctf_field_type_structure_get_field_name_index(
                struct bt_ctf_field_type *structure, const char *name);
This page took 0.02264 seconds and 4 git commands to generate.