Remove unused lineno from struct ctf_scanner
[babeltrace.git] / formats / ctf / metadata / ctf-scanner.h
index 262092f78cfea292ccb8991bc67daabe69fdd5a8..21010fd4ef5a467be6453ef65459974fa3a73e07 100644 (file)
@@ -37,7 +37,6 @@ struct ctf_scanner {
        struct ctf_scanner_scope root_scope;
        struct ctf_scanner_scope *cs;
        struct bt_list_head allocated_strings;
-       size_t lineno;
 };
 
 struct ctf_scanner *ctf_scanner_alloc(FILE *input);
This page took 0.033024 seconds and 4 git commands to generate.