summaryrefslogtreecommitdiff
path: root/gdb/f-lang.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2010-05-06 23:36:38 +0000
committerMichael Snyder <msnyder@specifix.com>2010-05-06 23:36:38 +0000
commit2b9c19119f3b947b6dec016b24cf8c67c08f2b91 (patch)
tree55cc894c6a798950f81caae5c5c66d7bbbede814 /gdb/f-lang.c
parent4eb7508d100c40a945c7d89cc14e13c208e85496 (diff)
downloadgdb-2b9c19119f3b947b6dec016b24cf8c67c08f2b91.tar.gz
2010-05-06 Michael Snyder <msnyder@vmware.com>
* ada-lang.c (add_defn_to_vec): Delete unused variable. (decode_constrained_packed_array_type): Delete unused variable. (add_defn_to_vec): Delete unused variable. (symbol_completion_match): Delete unused variable. (value_tag_from_contents_and_address): Delete unused variable. (ada_evaluate_subexp): Delete unused variable. * c-lang.c (classify_type): Delete unused variable. * f-lang.c (f_printstr): Delete unused variable. * objc-lang.c (objc_printstr): Delete unused variable. * ada-tasks.c (get_known_tasks_addr): Delete unused variable. * jv-lang.c (type_from_class): ifdef unused variable. (java_class_name_from_physname): Delete unused variable. * m2-lang.c (m2_printstr): Delete unused variable.
Diffstat (limited to 'gdb/f-lang.c')
-rw-r--r--gdb/f-lang.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/f-lang.c b/gdb/f-lang.c
index 0bee8f50e80..0b860354d45 100644
--- a/gdb/f-lang.c
+++ b/gdb/f-lang.c
@@ -150,7 +150,6 @@ f_printstr (struct ui_file *stream, struct type *type, const gdb_byte *string,
unsigned int things_printed = 0;
int in_quotes = 0;
int need_comma = 0;
- int width = TYPE_LENGTH (type);
if (length == 0)
{