mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user