ctf: Remove redundant declarations of lexer/parser functions
[babeltrace.git] / src / plugins / ctf / common / metadata / parser.y
index 71f2d5fefc62eb453fa5d655ce7cb1424b096baa..54d28b6fef67b811f8a88d6a1da377782a0fd15e 100644 (file)
@@ -59,8 +59,6 @@ _bt_list_splice_tail (struct bt_list_head *add, struct bt_list_head *head)
        }
 }
 
-BT_HIDDEN
-int yyparse(struct ctf_scanner *scanner, yyscan_t yyscanner);
 BT_HIDDEN
 int yylex(union YYSTYPE *yyval, yyscan_t yyscanner);
 BT_HIDDEN
This page took 0.023489 seconds and 4 git commands to generate.