.gitignore: add missing `/tests/param-validation/test_param_validation`
[babeltrace.git] / src / lib / graph / iterator.c
index 8d0f156dea4c2a282c9ca430101f0cd03f8ef481..376052fc9967bd30aa7ccfb8a84a0ebb44a91cac 100644 (file)
@@ -60,6 +60,7 @@
 #include "lib/assert-post.h"
 #include <stdint.h>
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdlib.h>
 
 #include "component-class.h"
@@ -950,14 +951,6 @@ bt_self_component_port_input_message_iterator_borrow_component(
        return iterator->upstream_component;
 }
 
-const struct bt_component *
-bt_self_component_port_input_message_iterator_borrow_component_const(
-               const struct bt_self_component_port_input_message_iterator *iterator)
-{
-       BT_ASSERT_PRE_DEV_NON_NULL(iterator, "Message iterator");
-       return iterator->upstream_component;
-}
-
 struct bt_self_component *bt_self_message_iterator_borrow_component(
                struct bt_self_message_iterator *self_iterator)
 {
This page took 0.023277 seconds and 4 git commands to generate.