lib: remove `BT_ASSERT_PRE_FUNC`
[babeltrace.git] / src / lib / graph / graph.c
index 076fc5fd1a439a2d7d2f088d18c1e2618321bbf6..af6b2b2dc804a973d1ce6540e9013744cc4017bf 100644 (file)
@@ -1234,7 +1234,6 @@ void bt_graph_remove_connection(struct bt_graph *graph,
        g_ptr_array_remove(graph->connections, connection);
 }
 
-BT_ASSERT_PRE_FUNC
 static inline
 bool component_name_exists(struct bt_graph *graph, const char *name)
 {
This page took 0.023124 seconds and 4 git commands to generate.