X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fmetadata%2Fctf-ast.h;h=93bce7d82860be6ef492fc650d1866a605cee79a;hp=a8e58cef121eb82dbbe37427f8014ca798f7114c;hb=0948291e62ca386ee28f233c651eafb815852756;hpb=f00d3ad451bf33d4e1bd90e47df50ab77e3b9490 diff --git a/formats/ctf/metadata/ctf-ast.h b/formats/ctf/metadata/ctf-ast.h index a8e58cef..93bce7d8 100644 --- a/formats/ctf/metadata/ctf-ast.h +++ b/formats/ctf/metadata/ctf-ast.h @@ -26,9 +26,6 @@ // data is a pointer to a 'SParserParam' structure //#define YYPARSE_PARAM scanner -// the argument for the 'yylex' function -#define YYLEX_PARAM ((struct ctf_scanner *) scanner)->scanner - struct ctf_node; struct ctf_parser;