Cleanup: flt.lttng-utils.debug-info: remove leftover comments
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 3 Oct 2019 20:48:00 +0000 (16:48 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 7 Oct 2019 20:23:40 +0000 (16:23 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I98412f2f27d8b3c7611f26021b1e8dca12062b87
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2131
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/lttng-utils/debug-info/trace-ir-mapping.c
src/plugins/lttng-utils/debug-info/trace-ir-metadata-copy.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);
 
index f5571dbc2627da5db5963cfc854c4b6ed6e3594c..e0d73d87853d778123da6c5275bf1f8b360ff0de 100644 (file)
@@ -328,7 +328,6 @@ int copy_stream_class_content(struct trace_ir_maps *ir_maps,
                }
        }
 
-       /* Set packet snapshot boolean fields. */
        BT_COMP_LOGD("Copied content of stream class: in-sc-addr=%p, out-sc-addr=%p",
                        in_stream_class, out_stream_class);
 error:
This page took 0.02531 seconds and 4 git commands to generate.