ir: move writer-specific declarations to writer header
[babeltrace.git] / include / babeltrace / ctf-ir / event-class.h
index 5144b77c403181199d60b52b42338b5db023feb5..314260a5b2f3c0443ba0d793177f42a1da11b86d 100644 (file)
@@ -302,25 +302,6 @@ extern int bt_ctf_event_class_set_context_type(
                struct bt_ctf_event_class *event_class,
                struct bt_ctf_field_type *context);
 
-/*
- * bt_ctf_event_class_get and bt_ctf_event_class_put: increment and decrement
- * the event class' reference count.
- *
- * You may also use bt_ctf_get() and bt_ctf_put() with event class objects.
- *
- * These functions ensure that the event class won't be destroyed while it
- * is in use. The same number of get and put (plus one extra put to
- * release the initial reference done at creation) have to be done to
- * destroy an event class.
- *
- * When the event class' reference count is decremented to 0 by a
- * bt_ctf_event_class_put, the event class is freed.
- *
- * @param event_class Event class.
- */
-extern void bt_ctf_event_class_get(struct bt_ctf_event_class *event_class);
-extern void bt_ctf_event_class_put(struct bt_ctf_event_class *event_class);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.025057 seconds and 4 git commands to generate.