aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
diff options
context:
space:
mode:
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;