X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fcomponent%2Ffilter-internal.h;h=5ae007fa477c177d794dc4ab0f4a926fce53fef5;hb=d3e4dcd8e7a601e0aa063455147f29fbe051582b;hp=3a17aa0013e4bdbb586fc97d9a602078a1f87833;hpb=d1b057f5b2954339b0b48fdc5973ec59a641f5a9;p=babeltrace.git diff --git a/include/babeltrace/component/filter-internal.h b/include/babeltrace/component/filter-internal.h index 3a17aa00..5ae007fa 100644 --- a/include/babeltrace/component/filter-internal.h +++ b/include/babeltrace/component/filter-internal.h @@ -34,14 +34,8 @@ struct bt_value; -struct bt_component_filter_class { - struct bt_component_class parent; -}; - struct bt_component_filter { struct bt_component parent; - bt_component_filter_init_iterator_cb init_iterator; - bt_component_sink_add_iterator_cb add_iterator; struct component_input input; };