Cleanup: flt.lttng-utils.debug-info: remove leftover comments
[babeltrace.git] / src / plugins / lttng-utils / debug-info / trace-ir-mapping.c
index 67f7a2db937a7d2de97c383956d4da11724cd4f4..c0916005122252ccfc7766fdc79c844a8671507b 100644 (file)
@@ -232,10 +232,6 @@ bt_stream *trace_ir_mapping_create_new_mapped_stream(
                BT_COMP_LOGE_STR("Error creating output stream");
                goto end;
        }
-       /*
-        * Release our ref since the trace object will be managing the life
-        * time of the stream objects.
-        */
 
        copy_stream_content(in_stream, out_stream, ir_maps->log_level,
                ir_maps->self_comp);
@@ -391,10 +387,6 @@ bt_packet *trace_ir_mapping_create_new_mapped_packet(
                goto end;
        }
 
-       /*
-        * Release our ref since the stream object will be managing the life
-        * time of the packet objects.
-        */
        copy_packet_content(in_packet, out_packet, ir_maps->log_level,
                ir_maps->self_comp);
 
This page took 0.023123 seconds and 4 git commands to generate.