diff options
-rw-r--r-- | scripts/genksyms/parse.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/genksyms/parse.y b/scripts/genksyms/parse.y index 4fba255e54ae..00a6d7e54971 100644 --- a/scripts/genksyms/parse.y +++ b/scripts/genksyms/parse.y | |||
@@ -322,8 +322,6 @@ direct_declarator: | |||
322 | { $$ = $2; } | 322 | { $$ = $2; } |
323 | | '(' declarator ')' | 323 | | '(' declarator ')' |
324 | { $$ = $3; } | 324 | { $$ = $3; } |
325 | | '(' error ')' | ||
326 | { $$ = $3; } | ||
327 | ; | 325 | ; |
328 | 326 | ||
329 | /* Nested declarators differ from regular declarators in that they do | 327 | /* Nested declarators differ from regular declarators in that they do |