Fix: get rid of consumed flag
[babeltrace.git] / formats / ctf-text / ctf-text.c
index 4f5ba73e97b22cf045bbba3294ca43a5ce953bce..4cb4297e1363bc32afc29231cd47685be39eab83 100644 (file)
@@ -448,7 +448,6 @@ int ctf_text_write_event(struct stream_pos *ppos, struct ctf_stream_definition *
        /* newline */
        fprintf(pos->fp, "\n");
        pos->field_nr = 0;
        /* newline */
        fprintf(pos->fp, "\n");
        pos->field_nr = 0;
-       stream->consumed = 1;
 
        return 0;
 
 
        return 0;
 
This page took 0.022703 seconds and 4 git commands to generate.