Make bt_ctf_field_structure_set_field public
[babeltrace.git] / include / babeltrace / ctf-ir / fields-internal.h
index 720b88848b776f10d1de6d1563d542e488b28c73..75769fdf9bd3f6277d387127f768eadb9f2bfc88 100644 (file)
@@ -89,13 +89,6 @@ struct bt_ctf_field_string {
        GString *payload;
 };
 
-/*
- * Set a field's value with an already allocated field instance.
- */
-BT_HIDDEN
-int bt_ctf_field_structure_set_field(struct bt_ctf_field *structure,
-               const char *name, struct bt_ctf_field *value);
-
 /* Validate that the field's payload is set (returns 0 if set). */
 BT_HIDDEN
 int bt_ctf_field_validate(struct bt_ctf_field *field);
This page took 0.022653 seconds and 4 git commands to generate.