diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-05 20:28:44 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-05 20:28:44 +0000 |
commit | 3b0b9fa5f9dce3324c28e6b0b1afb52c1702a562 (patch) | |
tree | a419775e7292abb41e467a2640e1794297df215b /sys/dev/aic7xxx | |
parent | 3bda4941ce7aaff4a522572d3fcd2d1d4125c498 (diff) | |
download | FreeBSD-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/aic7xxx')
-rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm_gram.y | 1 |
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" |