From b5385fc0f02ffc78a7bcfbcfbcc7f5c57c48ea7e Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Thu, 6 May 2010 23:36:39 +0000 Subject: 2010-05-06 Michael Snyder * 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. --- gdb/m2-lang.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/m2-lang.c') diff --git a/gdb/m2-lang.c b/gdb/m2-lang.c index 3057774..9cc64bc 100644 --- a/gdb/m2-lang.c +++ b/gdb/m2-lang.c @@ -111,7 +111,6 @@ m2_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) { -- cgit v1.1