X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=lib%2Fgraph%2Ffilter.c;h=67beb4cd7c367a883efc3ab924f3c27fd8bf48ac;hb=36712f1d9ad9269638e493ca36a50979fe4da989;hp=78913517d2189bf69e5c1d372f7c073bf319876c;hpb=6f79a7cf4f5f065267895765f2277c6a12437f37;p=babeltrace.git diff --git a/lib/graph/filter.c b/lib/graph/filter.c index 78913517..67beb4cd 100644 --- a/lib/graph/filter.c +++ b/lib/graph/filter.c @@ -45,7 +45,7 @@ void bt_component_filter_destroy(struct bt_component *component) BT_HIDDEN struct bt_component *bt_component_filter_create( - struct bt_component_class *class, struct bt_value *params) + struct bt_component_class *class) { struct bt_component_filter *filter = NULL;