X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-sink-internal.h;h=cffb9a9648b23830e11e1c6da3ad24708ab8239f;hb=b95e1e3a30343ebce5aab61018ea54ac48da1c94;hp=84c37f2a266e9e501eb63c7ca3a55b24b8b1040b;hpb=ef2f7566ae812fd52ab383be69b59fa16f6d75da;p=babeltrace.git diff --git a/include/babeltrace/graph/component-sink-internal.h b/include/babeltrace/graph/component-sink-internal.h index 84c37f2a..cffb9a96 100644 --- a/include/babeltrace/graph/component-sink-internal.h +++ b/include/babeltrace/graph/component-sink-internal.h @@ -54,16 +54,6 @@ struct bt_component *bt_component_sink_create( BT_HIDDEN void bt_component_sink_destroy(struct bt_component *component); -/** - * Validate a sink component. - * - * @param component Sink component instance to validate - * @returns One of #bt_component_status - */ -BT_HIDDEN -enum bt_component_status bt_component_sink_validate( - struct bt_component *component); - /** * Process one event, consuming from sources as needed. *