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.
This commit is contained in:
parent
4fc06681d3
commit
b5385fc0f0
8 changed files with 18 additions and 13 deletions
|
@ -76,7 +76,6 @@ static enum c_string_type
|
|||
classify_type (struct type *elttype, struct gdbarch *gdbarch,
|
||||
const char **encoding)
|
||||
{
|
||||
struct type *saved_type;
|
||||
enum c_string_type result;
|
||||
|
||||
/* We loop because ELTTYPE may be a typedef, and we want to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue