X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fctf-writer%2Ffield-path.c;h=2d71d79f46b50752456da8d7f8ad832b05b2f37f;hb=1353b066072e;hp=6372959a0302054c80dd1209eae4035a31ad1052;hpb=5b616db96266d25cb0749e472cfc78c4944675e2;p=babeltrace.git diff --git a/src/ctf-writer/field-path.c b/src/ctf-writer/field-path.c index 6372959a..2d71d79f 100644 --- a/src/ctf-writer/field-path.c +++ b/src/ctf-writer/field-path.c @@ -39,7 +39,6 @@ void field_path_destroy(struct bt_ctf_object *obj) g_free(field_path); } -BT_HIDDEN struct bt_ctf_field_path *bt_ctf_field_path_create(void) { struct bt_ctf_field_path *field_path = NULL; @@ -68,7 +67,6 @@ error: return NULL; } -BT_HIDDEN void bt_ctf_field_path_clear(struct bt_ctf_field_path *field_path) { if (field_path->indexes->len > 0) { @@ -77,7 +75,6 @@ void bt_ctf_field_path_clear(struct bt_ctf_field_path *field_path) } } -BT_HIDDEN struct bt_ctf_field_path *bt_ctf_field_path_copy( struct bt_ctf_field_path *path) {