lib: remove self component param. from msg. iterator init. method
[babeltrace.git] / tests / lib / test-plugin-plugins / sfs.c
index a425b7a763e030f1d9e4510abf86cea2eec9377f..4c0c7acbb13b4403e4bb9c244163a0c84b6a7fda 100644 (file)
@@ -28,7 +28,6 @@ static bt_message_iterator_class_initialize_method_status
 src_dummy_iterator_init_method(
                bt_self_message_iterator *self_msg_iter,
                bt_self_message_iterator_configuration *config,
-               bt_self_component *self_comp,
                bt_self_component_port_output *self_port)
 {
        return BT_MESSAGE_ITERATOR_CLASS_INITIALIZE_METHOD_STATUS_OK;
@@ -38,7 +37,6 @@ static bt_message_iterator_class_initialize_method_status
 flt_dummy_iterator_init_method(
                bt_self_message_iterator *self_msg_iter,
                bt_self_message_iterator_configuration *config,
-               bt_self_component *self_comp,
                bt_self_component_port_output *self_port)
 {
        return BT_MESSAGE_ITERATOR_CLASS_INITIALIZE_METHOD_STATUS_OK;
This page took 0.023032 seconds and 4 git commands to generate.