From cc97d1b6299aae0bdeddb6731f30feb26f8d52ef Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Tue, 11 Dec 2012 02:40:01 +0000 Subject: MFC r235771: Remove redundant declaration of yyparse. Reported by: tinderbox --- bin/expr/expr.y | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/expr/expr.y') diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 89f8cced337c..7b3e8430eedc 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); %} -- cgit v1.3