Explorar el Código

predicate: BPredicate_parser.h: remove redundant declaration

ambrop7 hace 13 años
padre
commit
bd322f55f8
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      predicate/BPredicate_parser.h

+ 0 - 3
predicate/BPredicate_parser.h

@@ -44,7 +44,4 @@
 // implemented in BPredicate.c
 void yyerror (YYLTYPE *yylloc, yyscan_t scanner, struct predicate_node **result, char *str);
 
-// implemented in parser
-int yyparse (void *scanner, struct predicate_node **result);
-
 #endif