X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fmetadata%2Fctf-parser.y;h=1d40d04f1a656b635449684d5cbcdb489b4dc9de;hp=697f942c7cb4f3d2a937e0d7a6effbb22ae49812;hb=9ecfc3e6b596858f772e09a78832526ba808638a;hpb=98df1c9fb24d5e7e10bf628692011e130e0d8339 diff --git a/formats/ctf/metadata/ctf-parser.y b/formats/ctf/metadata/ctf-parser.y index 697f942c..1d40d04f 100644 --- a/formats/ctf/metadata/ctf-parser.y +++ b/formats/ctf/metadata/ctf-parser.y @@ -33,10 +33,6 @@ 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)