struct name cleanup in preparation for AST + warning removal
[babeltrace.git] / formats / ctf / metadata / ctf-ast.h
index 34d00367fc396ab93af2775c1dd677c6a563ae59..ae7381cc2d5f5e9c5d953f1a19e5c07bf35be3ca 100644 (file)
@@ -37,12 +37,6 @@ struct ctf_node {
        struct cds_list_head gc;
 };
 
-struct scope;
-struct scope {
-       struct scope *parent;
-       GHashTable *types;
-};
-
 struct ctf_ast {
        struct ctf_node root;
 };
This page took 0.024434 seconds and 4 git commands to generate.