X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Fmetadata%2Fctf-parser.y;h=d216cd0e6479acd1cb65a626336bf59b85539d2b;hb=6204d33cac1f29ec4dab146fd139caba7acc3363;hp=697f942c7cb4f3d2a937e0d7a6effbb22ae49812;hpb=98df1c9fb24d5e7e10bf628692011e130e0d8339;p=babeltrace.git diff --git a/formats/ctf/metadata/ctf-parser.y b/formats/ctf/metadata/ctf-parser.y index 697f942c..d216cd0e 100644 --- a/formats/ctf/metadata/ctf-parser.y +++ b/formats/ctf/metadata/ctf-parser.y @@ -26,17 +26,13 @@ #include #include #include -#include +#include #include "ctf-scanner.h" #include "ctf-parser.h" #include "ctf-ast.h" int yydebug; -/* - * TODO: support enum, variant and struct declarations in scopes. - */ - /* Join two lists, put "add" at the end of "head". */ static inline void _cds_list_splice_tail (struct cds_list_head *add, struct cds_list_head *head)