Remove leading underscores from identifiers directly in lexer
[babeltrace.git] / formats / ctf-text / types / sequence.c
index 3fe5ff170c381e43f7276f9cf063a5588f50e604..6a0472f87c5d797b3276caf8b22e24714e838a1d 100644 (file)
@@ -41,7 +41,7 @@ int ctf_text_sequence_write(struct stream_pos *ppos, struct definition *definiti
                fprintf(pos->fp, " ");
                if (pos->print_names)
                        fprintf(pos->fp, "%s = ",
-                               rem_(g_quark_to_string(definition->name)));
+                               g_quark_to_string(definition->name));
        }
 
        if (elem->id == CTF_TYPE_INTEGER) {
This page took 0.023504 seconds and 4 git commands to generate.