X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fcomponent-const.h;h=11554b5e3b21306a9557c90b111171809a537766;hb=1cda4ff4025e4b3f7bd2a861baa51d2113c4cbf9;hp=6ade2d3fb025983ac2cec23b0976e7e08941be58;hpb=bbb7b5f044dc06e50eaa34ed3a880b34e1e7ebb8;p=babeltrace.git diff --git a/include/babeltrace2/graph/component-const.h b/include/babeltrace2/graph/component-const.h index 6ade2d3f..11554b5e 100644 --- a/include/babeltrace2/graph/component-const.h +++ b/include/babeltrace2/graph/component-const.h @@ -79,9 +79,6 @@ bt_bool bt_component_is_sink(const bt_component *component) BT_COMPONENT_CLASS_TYPE_SINK; } -extern bt_bool bt_component_graph_is_canceled( - const bt_component *component); - extern void bt_component_get_ref(const bt_component *component); extern void bt_component_put_ref(const bt_component *component);