ctf: Remove redundant declarations of lexer/parser functions
[babeltrace.git] / src / plugins / ctf / common / metadata / lexer.l
index b88dec879e326ec883814f31dc7e246426badba8..55a42d6191185d205307b072afd0e28979f2be41 100644 (file)
@@ -32,7 +32,7 @@
 #include <stdio.h>
 #include <ctype.h>
 #include "scanner.h"
-#include "parser.h"
+#include "parser-wrap.h"
 #include "ast.h"
 
 #define YY_FATAL_ERROR(_msg)   BT_LOGF_STR(_msg)
 BT_HIDDEN
 void setstring(struct ctf_scanner *scanner, YYSTYPE *lvalp, const char *src);
 
-static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner)
-       __attribute__((unused));
-static int input (yyscan_t yyscanner) __attribute__((unused));
-
 BT_HIDDEN
 int import_string(struct ctf_scanner *scanner, YYSTYPE *lvalp, const char *src, char delim);
 
This page took 0.023305 seconds and 4 git commands to generate.