summaryrefslogtreecommitdiffstats
path: root/lib/libipsec
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-12-05 20:28:44 +0000
committerbapt <bapt@FreeBSD.org>2012-12-05 20:28:44 +0000
commit3b0b9fa5f9dce3324c28e6b0b1afb52c1702a562 (patch)
treea419775e7292abb41e467a2640e1794297df215b /lib/libipsec
parent3bda4941ce7aaff4a522572d3fcd2d1d4125c498 (diff)
downloadFreeBSD-src-3b0b9fa5f9dce3324c28e6b0b1afb52c1702a562.zip
FreeBSD-src-3b0b9fa5f9dce3324c28e6b0b1afb52c1702a562.tar.gz
remove redundant yyparse declarations
PR: conf/174079 Submitted by: Garrett Cooper <yanegomi@gmail.com>
Diffstat (limited to 'lib/libipsec')
-rw-r--r--lib/libipsec/policy_parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libipsec/policy_parse.y b/lib/libipsec/policy_parse.y
index 9e2f979..46e54e5 100644
--- a/lib/libipsec/policy_parse.y
+++ b/lib/libipsec/policy_parse.y
@@ -88,7 +88,6 @@ static caddr_t policy_parse(char *msg, int msglen);
extern void __policy__strbuffer__init__(char *msg);
extern void __policy__strbuffer__free__(void);
-extern int yyparse(void);
extern int yylex(void);
extern char *__libipsecyytext; /*XXX*/
OpenPOWER on IntegriCloud