Remove unused lineno from struct ctf_scanner
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 30 Mar 2013 15:13:04 +0000 (11:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 30 Mar 2013 15:13:04 +0000 (11:13 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.024138 seconds and 4 git commands to generate.