Split CTF IR and CTF writer APIs and implementations
[babeltrace.git] / include / babeltrace / ctf-ir / clock-class-internal.h
index d38f140613523c188f976a030dc2676d5a30761d..cd4c6cb00f2ec80ad470cebc0ffa4052b0bee98a 100644 (file)
@@ -28,7 +28,6 @@
  */
 
 #include <babeltrace/ctf-ir/clock-class.h>
-#include <babeltrace/ctf-ir/trace-internal.h>
 #include <babeltrace/object-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/compat/uuid-internal.h>
@@ -59,10 +58,6 @@ struct bt_clock_class {
 BT_HIDDEN
 void bt_clock_class_freeze(struct bt_clock_class *clock_class);
 
-BT_HIDDEN
-void bt_clock_class_serialize(struct bt_clock_class *clock_class,
-               struct metadata_context *context);
-
 BT_HIDDEN
 bt_bool bt_clock_class_is_valid(struct bt_clock_class *clock_class);
 
This page took 0.023694 seconds and 4 git commands to generate.