X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fcomponent-const.h;h=11554b5e3b21306a9557c90b111171809a537766;hp=6ade2d3fb025983ac2cec23b0976e7e08941be58;hb=9b4f9b425f2efce9a6ccc25f7ae062ebc1116a7d;hpb=1e92035335352f8a67cbc3de28a0ad44b7ee02a1 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);