Remove unused gc field
[babeltrace.git] / formats / ctf / metadata / ctf-ast.h
index 4f4b8aba8938d5f103fb3be50dc24a53952e0355..a8e58cef121eb82dbbe37427f8014ca798f7114c 100644 (file)
@@ -75,7 +75,6 @@ struct ctf_node {
        struct ctf_node *parent;
        struct bt_list_head siblings;
        struct bt_list_head tmp_head;
-       struct bt_list_head gc;
        unsigned int lineno;
 
        enum node_type type;
@@ -294,7 +293,6 @@ struct ctf_node {
 
 struct ctf_ast {
        struct ctf_node root;
-       struct bt_list_head allocated_nodes;
 };
 
 const char *node_type(struct ctf_node *node);
This page took 0.022991 seconds and 4 git commands to generate.