Adapt plugin system to use unified reference counting
[babeltrace.git] / include / babeltrace / plugin / notification / iterator.h
index 480f50c7800d22fff4ac89e552fe473d38766985..c958c5827b3989f5db8e23385480592b3bb8aca5 100644 (file)
@@ -119,27 +119,6 @@ extern enum bt_notification_iterator_status *bt_notification_iterator_seek(
                struct bt_notification_iterator *iterator, int whence,
                int64_t time);
 
-/**
- * Increments the reference count of \p iterator.
- *
- * @param iterator     Iterator of which to increment the reference count
- *
- * @see bt_notification_iterator_put()
- */
-extern void bt_notification_iterator_get(
-               struct bt_notification_iterator *iterator);
-
-/**
- * Decrements the reference count of \p iterator, destroying it when this
- * count reaches 0.
- *
- * @param iterator     Iterator of which to decrement the reference count
- *
- * @see bt_notification_iterator_get()
- */
-extern void bt_notification_iterator_put(
-               struct bt_notification_iterator *iterator);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.0231 seconds and 4 git commands to generate.