diff options
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r-- | gdb/c-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y index d396ae5..376c574 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -2865,7 +2865,7 @@ classify_name (const struct block *block) static int classify_inner_name (const struct block *block, int first_name) { - struct type *type, *new_type; + struct type *type; char *copy; if (first_name) |