Fix: remove duplicate yydebug var
[babeltrace.git] / formats / ctf / metadata / ctf-parser.y
index 84735941a45f07b0482156f6cacabf133bd4c03c..58517e9208747335a2ded442d2e9f4b8f7de866a 100644 (file)
@@ -52,8 +52,6 @@ int yylex_init_extra(struct ctf_scanner *scanner, yyscan_t * ptr_yy_globals);
 int yylex_destroy(yyscan_t yyscanner);
 void yyrestart(FILE * in_str, yyscan_t scanner);
 
-int yydebug;
-
 struct gc_string {
        struct bt_list_head gc;
        size_t alloclen;
This page took 0.02337 seconds and 4 git commands to generate.