Add -t option
[babeltrace.git] / formats / ctf-text / types / variant.c
index e6abd499db9dcc0503468c60dc38f7dfd9a6d284..1787fb3e499d5c0921cc218e3dbccacf39d777e3 100644 (file)
@@ -26,7 +26,6 @@ int ctf_text_variant_write(struct stream_pos *ppos, struct definition *definitio
 
        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_variant_write(struct stream_pos *ppos, struct definition *definitio
        if (!pos->dummy) {
                pos->depth--;
                if (pos->depth >= 0) {
-                       //print_pos_tabs(pos);
                        fprintf(pos->fp, " }");
                }
        }
This page took 0.030925 seconds and 4 git commands to generate.