Add -t option
[babeltrace.git] / formats / ctf-text / types / struct.c
index e8ffddc2bc362472ea3a4503e7e5d0fb5ef77552..9f63c7bd517543683d33efd4ac728c98b4c43f67 100644 (file)
@@ -26,7 +26,6 @@ int ctf_text_struct_write(struct stream_pos *ppos, struct definition *definition
 
        if (!pos->dummy) {
                if (pos->depth >= 0) {
-                       //print_pos_tabs(pos);
                        if (definition->index != 0 && definition->index != INT_MAX)
                                fprintf(pos->fp, ",");
                        if (definition->index != INT_MAX)
@@ -42,7 +41,6 @@ int ctf_text_struct_write(struct stream_pos *ppos, struct definition *definition
        if (!pos->dummy) {
                pos->depth--;
                if (pos->depth >= 0) {
-                       //print_pos_tabs(pos);
                        fprintf(pos->fp, " }");
                }
        }
This page took 0.024062 seconds and 4 git commands to generate.