lib: remove self component param. from msg. iterator init. method
[babeltrace.git] / src / lib / graph / iterator.c
index c0ca8f8675f69e90767aba0c5b76590256bf43a1..615373196063f1b9b53243a61412edf6cf609830 100644 (file)
@@ -427,7 +427,6 @@ int create_self_component_input_port_message_iterator(
                iter_status = init_method(
                        (struct bt_self_message_iterator *) iterator,
                        &iterator->config,
-                       (struct bt_self_component *) upstream_comp,
                        (struct bt_self_component_port_output *) upstream_port);
                BT_LOGD("User method returned: status=%s",
                        bt_common_func_status_string(iter_status));
This page took 0.02483 seconds and 4 git commands to generate.