lib: remove TODO in add_port
[babeltrace.git] / src / lib / graph / component.c
index 95df2dff97b18ea9e70e39d3183acda08512ef5a..e73a1c7a384e00a957bf2cddc48db09cd76f1a06 100644 (file)
@@ -236,8 +236,6 @@ enum bt_self_component_add_port_status add_port(
                "Component's graph is already configured: "
                "%![comp-]+c, %![graph-]+g", component, graph);
 
-       // TODO: Validate that the name is not already used.
-
        BT_LIB_LOGI("Adding port to component: %![comp-]+c, "
                "port-type=%s, port-name=\"%s\"", component,
                bt_port_type_string(port_type), name);
This page took 0.023926 seconds and 4 git commands to generate.