Add -t option
[babeltrace.git] / formats / ctf-text / types / string.c
index 59924dafc90d81bc6efefd24d6ef9aee94046280..3979e826407fb745d6fc0e9ac7acf856d7c9b3f0 100644 (file)
@@ -31,7 +31,6 @@ int ctf_text_string_write(struct stream_pos *ppos,
        assert(string_definition->value != NULL);
        if (pos->dummy)
                return 0;
-       //print_pos_tabs(pos);
 
        if (definition->index != 0 && definition->index != INT_MAX)
                fprintf(pos->fp, ",");
This page took 0.022715 seconds and 4 git commands to generate.