diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 30704ed2818a..1856ec84d0f7 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -74,7 +74,6 @@ int to_integer(struct val *); void to_string(struct val *); int yyerror(const char *); int yylex(void); -int yyparse(void); %}