Преглед изворни кода

predicate: BPredicate_parser.h: remove redundant declaration

ambrop7 пре 13 година
родитељ
комит
bd322f55f8
1 измењених фајлова са 0 додато и 3 уклоњено
  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