2010-05-06 Michael Snyder <msnyder@vmware.com>

* p-typeprint.c (pascal_type_print_base): Delete unused variable.
	(pascal_type_print_varspec_prefix): Delete unused variable.
	* f-typeprint.c (f_type_print_base): Delete unused variable.
	(f_type_print_varspec_suffix): Delete unused variable.
	* m2-typeprint.c (m2_print_type): Delete unused variable.
	(m2_long_set): Delete unused variable.
	* ada-valprint.c (ada_val_print_1): Delete unused variable.
	* d-valprint.c (dynamic_array_type): Delete unused variable.
	* f-valprint.c (f77_get_dynamic_length_of_aggregate):
	Delete unused variable.
	(f77_create_arrayprint_offset_tbl): Delete unused variable.
	* m2-valprint.c (m2_val_print): Delete unused variable.
This commit is contained in:
Michael Snyder
2010-05-07 00:28:32 +00:00
parent 34fa1d9dd2
commit 9216103f92
8 changed files with 16 additions and 14 deletions

View File

@@ -153,7 +153,7 @@ f_type_print_varspec_suffix (struct type *type, struct ui_file *stream,
int arrayprint_recurse_level)
{
int upper_bound, lower_bound;
int retcode;
/* No static variables are permitted as an error call may occur during
execution of this function. */
@@ -258,9 +258,7 @@ void
f_type_print_base (struct type *type, struct ui_file *stream, int show,
int level)
{
int retcode;
int upper_bound;
int index;
QUIT;