X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fnotification%2Fiterator.h;h=c958c5827b3989f5db8e23385480592b3bb8aca5;hb=b8a068016f0953440df334b147db75e861e7f2ac;hp=480f50c7800d22fff4ac89e552fe473d38766985;hpb=dafd80ce71a4f617deaac7084edb0c03450b3259;p=babeltrace.git diff --git a/include/babeltrace/plugin/notification/iterator.h b/include/babeltrace/plugin/notification/iterator.h index 480f50c7..c958c582 100644 --- a/include/babeltrace/plugin/notification/iterator.h +++ b/include/babeltrace/plugin/notification/iterator.h @@ -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