lib: remove bt_connection_is_ended()
[babeltrace.git] / include / babeltrace / graph / connection-const.h
index 137be8d14b96533da8a81e96c0c9c6b5b5465723..0d2724adf5f7acad70d8a71825eca80c0ae567aa 100644 (file)
@@ -37,8 +37,6 @@ extern const bt_port_input *bt_connection_borrow_downstream_port_const(
 extern const bt_port_output *bt_connection_borrow_upstream_port_const(
                const bt_connection *connection);
 
-extern bt_bool bt_connection_is_ended(const bt_connection *connection);
-
 extern void bt_connection_get_ref(const bt_connection *connection);
 
 extern void bt_connection_put_ref(const bt_connection *connection);
This page took 0.03468 seconds and 4 git commands to generate.