ir: move writer-specific declarations to writer header
[babeltrace.git] / include / babeltrace / ctf-ir / clock.h
index a9ba7134be0c45937d88c669bb5347546303031d..1b7a004d0fc544b4628d4de96c575772794673a6 100644 (file)
@@ -267,25 +267,6 @@ extern uint64_t bt_ctf_clock_get_value(struct bt_ctf_clock *clock);
 extern int bt_ctf_clock_set_value(struct bt_ctf_clock *clock,
                uint64_t value);
 
-/*
- * bt_ctf_clock_get and bt_ctf_clock_put: increment and decrement the
- * refcount of the clock
- *
- * You may also use bt_ctf_get() and bt_ctf_put() with clock objects.
- *
- * These functions ensure that the clock won't be destroyed when it
- * is in use. The same number of get and put (plus one extra put to
- * release the initial reference done at creation) has to be done to
- * destroy a clock.
- *
- * When the clock refcount is decremented to 0 by a bt_ctf_clock_put,
- * the clock is freed.
- *
- * @param clock Clock instance.
- */
-extern void bt_ctf_clock_get(struct bt_ctf_clock *clock);
-extern void bt_ctf_clock_put(struct bt_ctf_clock *clock);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.029763 seconds and 4 git commands to generate.