aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-exp.y
diff options
context:
space:
mode:
authorAleksandar Ristovski <aristovski@qnx.com>2013-01-31 18:46:11 +0000
committerAleksandar Ristovski <aristovski@qnx.com>2013-01-31 18:46:11 +0000
commitdf54f8eb0a1c7a5d7bfa6419bda97c36afa48750 (patch)
tree1888d6c6f5a4a212461f9e8a2d48adf08803ccc9 /gdb/c-exp.y
parent5799c0b96918061a27fd0be85177aeac9d8fe71e (diff)
2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
* c-exp.y (classify_inner_name): Remove unused type. * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed, in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished, need_escape. (c_get_string): Remove unused kind. * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2. Reference: http://sourceware.org/ml/gdb-patches/2013-01/msg00759.html
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r--gdb/c-exp.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y
index d396ae5bda..376c5743d5 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)