Remove nested expressions
[babeltrace.git] / formats / ctf / metadata / ctf-ast.h
index 20ed6cccba77f68f1b1d07ca4b8a36363e93d69e..4f4b8aba8938d5f103fb3be50dc24a53952e0355 100644 (file)
@@ -148,7 +148,6 @@ struct ctf_node {
                                UNARY_SIGNED_CONSTANT,
                                UNARY_UNSIGNED_CONSTANT,
                                UNARY_SBRAC,
-                               UNARY_NESTED,
                        } type;
                        union {
                                /*
@@ -159,7 +158,6 @@ struct ctf_node {
                                int64_t signed_constant;
                                uint64_t unsigned_constant;
                                struct ctf_node *sbrac_exp;
-                               struct ctf_node *nested_exp;
                        } u;
                        enum {
                                UNARY_LINK_UNKNOWN = 0,
This page took 0.023563 seconds and 4 git commands to generate.