aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2010-05-06 18:26:13 +0000
committerMichael Snyder <msnyder@vmware.com>2010-05-06 18:26:13 +0000
commit8f78b329f08167847d9b94940b3bcae6ee292242 (patch)
treef51b3219d24d11e614b279612c09003a75c63a4b /gdb/eval.c
parent8ea13695588ac6e6b67bf721e61bb4d277d07089 (diff)
downloadfsf-binutils-gdb-8f78b329f08167847d9b94940b3bcae6ee292242.zip
fsf-binutils-gdb-8f78b329f08167847d9b94940b3bcae6ee292242.tar.gz
fsf-binutils-gdb-8f78b329f08167847d9b94940b3bcae6ee292242.tar.bz2
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.
Diffstat (limited to 'gdb/eval.c')
-rw-r--r--gdb/eval.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/eval.c b/gdb/eval.c
index fd132ea..b5c2012 100644
--- a/gdb/eval.c
+++ b/gdb/eval.c
@@ -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;