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

* eval.c (evaluate_subexp_standard): Delete unused variable.
	* valops.c (value_cast_pointers): Delete unused variable.
	(value_dynamic_cast): Delete unused variable.
	(value_array): Delete unused variable.
	(find_overload_match): Delete unused variable.
	* valarith.c (value_subscript): Delete unused variable.
	(value_binop): Delete unused variable.
	* valprint.c (_initialize_valprint): Delete unused variable.
	* printcmd.c (print_command_1): Delete unused variable.
	(address_info): Delete unused variable.
	(printf_command): Delete unused variable.
This commit is contained in:
Michael Snyder
2010-05-06 18:26:13 +00:00
parent 8ea1369558
commit 8f78b329f0
6 changed files with 14 additions and 14 deletions

View File

@@ -690,7 +690,7 @@ evaluate_subexp_standard (struct type *expect_type,
struct type *type;
int nargs;
struct value **argvec;
int upper, lower, retcode;
int upper, lower;
int code;
int ix;
long mem_offset;
@@ -1418,7 +1418,6 @@ evaluate_subexp_standard (struct type *expect_type,
{
/* Unpack it locally so we can properly handle overload
resolution. */
struct type *qual_type;
char *name;
int local_tem;