summaryrefslogtreecommitdiff
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
commit186cc2fc60622fe5f8ed5f5155afffba89a980c2 (patch)
tree9d9c6f50b5f99337e78f971689eb627beaeb1873 /gdb/c-exp.y
parentb8bd96eae0f0e99236bc5d3cb23cd5c75e73aa31 (diff)
downloadgdb-186cc2fc60622fe5f8ed5f5155afffba89a980c2.tar.gz
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 d396ae5bda3..376c5743d55 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)