summaryrefslogtreecommitdiffstats
path: root/sys/dev
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 /sys/dev
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 'sys/dev')
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_gram.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_gram.y
index cc7475c..5c28f3b 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_gram.y
+++ b/sys/dev/aic7xxx/aicasm/aicasm_gram.y
@@ -103,7 +103,6 @@ static void add_version(const char *verstring);
static int is_download_const(expression_t *immed);
extern int yylex (void);
-extern int yyparse (void);
#define SRAM_SYMNAME "SRAM_BASE"
#define SCB_SYMNAME "SCB_BASE"
OpenPOWER on IntegriCloud