X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-filter-internal.h;h=3bf79a187cc55b67bb8669c7b60136f50f2aa886;hb=b95e1e3a30343ebce5aab61018ea54ac48da1c94;hp=15db1bb6b97f724e214c18235c32d564080ec101;hpb=ef2f7566ae812fd52ab383be69b59fa16f6d75da;p=babeltrace.git diff --git a/include/babeltrace/graph/component-filter-internal.h b/include/babeltrace/graph/component-filter-internal.h index 15db1bb6..3bf79a18 100644 --- a/include/babeltrace/graph/component-filter-internal.h +++ b/include/babeltrace/graph/component-filter-internal.h @@ -51,14 +51,4 @@ struct bt_component *bt_component_filter_create( BT_HIDDEN void bt_component_filter_destroy(struct bt_component *component); -/** - * Validate a filter component. - * - * @param component Filter component instance to validate - * @returns One of #bt_component_status - */ -BT_HIDDEN -enum bt_component_status bt_component_filter_validate( - struct bt_component *component); - #endif /* BABELTRACE_COMPONENT_FILTER_INTERNAL_H */