lib: remove unneeded forward declarations in trace-ir/field-class.h
[babeltrace.git] / src / lib / trace-ir / field-class.h
index 464dd286c98e23e2a4dba8f80ff0a629e26ca560..29c4f72a92921004690eed2004eb412b939e8c93 100644 (file)
@@ -27,9 +27,6 @@
        (&g_array_index((_mapping)->ranges,                             \
                struct bt_field_class_enumeration_mapping_range, (_index)))
 
-struct bt_field;
-struct bt_field_class;
-
 struct bt_field_class {
        struct bt_object base;
        enum bt_field_class_type type;
@@ -227,7 +224,6 @@ struct bt_field_class_variant_with_selector_field {
        struct bt_field_path *selector_field_path;
 };
 
-BT_HIDDEN
 void _bt_field_class_freeze(const struct bt_field_class *field_class);
 
 #ifdef BT_DEV_MODE
@@ -236,7 +232,6 @@ void _bt_field_class_freeze(const struct bt_field_class *field_class);
 # define bt_field_class_freeze(_fc)    ((void) _fc)
 #endif
 
-BT_HIDDEN
 void _bt_named_field_class_freeze(const struct bt_named_field_class *named_fc);
 
 #ifdef BT_DEV_MODE
@@ -251,7 +246,6 @@ void _bt_named_field_class_freeze(const struct bt_named_field_class *named_fc);
  * are used at a single location within trace objects even if they are
  * shared objects for other purposes.
  */
-BT_HIDDEN
 void bt_field_class_make_part_of_trace_class(
                const struct bt_field_class *field_class);
 
This page took 0.026485 seconds and 4 git commands to generate.