Add "text" plugin to list.
[babeltrace.git] / formats / ctf-text / types / struct.c
index 20bc1a7f3f8e872bc1ec72c737e3c6ff57c7c050..cd63fe99551cbaaf4f45d210f10772011856cc2f 100644 (file)
@@ -21,7 +21,6 @@
 
 void ctf_text_struct_write(struct stream_pos *ppos, struct definition *definition)
 {
 
 void ctf_text_struct_write(struct stream_pos *ppos, struct definition *definition)
 {
-       struct declaration *declaration = definition->declaration;
        struct ctf_text_stream_pos *pos = ctf_text_pos(ppos);
 
        if (!pos->dummy) {
        struct ctf_text_stream_pos *pos = ctf_text_pos(ppos);
 
        if (!pos->dummy) {
This page took 0.023196 seconds and 4 git commands to generate.