Use objstack to store nodes
[babeltrace.git] / formats / ctf / metadata / ctf-ast.h
index 4f4b8aba8938d5f103fb3be50dc24a53952e0355..e4cf68a42b6c9051e3153078aa838dfbf89ad733 100644 (file)
@@ -294,7 +294,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.02267 seconds and 4 git commands to generate.