Remove default port API
[babeltrace.git] / cli / babeltrace.c
index 0ef2491bd6384d8a01cd15bd704cedca9293b758..8391c4a9d21a0e3469e82142fccde91b58626a02 100644 (file)
@@ -554,6 +554,8 @@ int connect_source_sink(struct bt_graph *graph,
                struct bt_component *sink)
 {
        int ret = 0;
+
+#if 0
        struct bt_connection *connection = NULL;
        struct bt_component *trimmer = NULL;
        struct bt_port *source_port =
@@ -623,6 +625,8 @@ end:
        bt_put(sink_port);
        bt_put(to_sink_port);
        bt_put(connection);
+
+#endif
        return ret;
 }
 
This page took 0.024482 seconds and 4 git commands to generate.