Remove specialized reference counting functions
[babeltrace.git] / include / babeltrace / plugin / component.h
index 87dac51fde0333c78fd1413013c6f636025fe6e1..b019edbe3deac4115085ce45975fcc1d302a2b99 100644 (file)
@@ -110,25 +110,6 @@ extern enum bt_component_type bt_component_get_type(
 extern enum bt_component_status bt_component_set_error_stream(
                struct bt_component *component, FILE *error_stream);
 
-/**
- * Increments the reference count of \p component.
- *
- * @param component    Component of which to increment the reference count
- *
- * @see bt_component_put()
- */
-extern void bt_component_get(struct bt_component *component);
-
-/**
- * Decrements the reference count of \p component, destroying it when this
- * count reaches 0.
- *
- * @param component    Component of which to decrement the reference count
- *
- * @see bt_component_get()
- */
-extern void bt_component_put(struct bt_component *component);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.026267 seconds and 4 git commands to generate.