Hide bt_component_sink_consume
[babeltrace.git] / include / babeltrace / component / component-sink.h
index 659bce5b1be9f25a1ffbf54528183aa931297ebd..ff79c09edd3ca0f14f9191462378ea33ef6ef2fd 100644 (file)
@@ -36,16 +36,6 @@ extern "C" {
 struct bt_component;
 struct bt_notification;
 
-/**
- * Process one event, consuming from sources as needed.
- *
- * @param component    Component instance
- * @returns            One of #bt_component_status values
- */
-extern
-enum bt_component_status bt_component_sink_consume(
-               struct bt_component *component);
-
 extern int bt_component_sink_get_input_port_count(
                struct bt_component *component);
 extern struct bt_port *bt_component_sink_get_input_port(
This page took 0.023568 seconds and 4 git commands to generate.