diff options
Diffstat (limited to 'gdb/expprint.c')
-rw-r--r-- | gdb/expprint.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/expprint.c b/gdb/expprint.c index fd1fccb..6915d43 100644 --- a/gdb/expprint.c +++ b/gdb/expprint.c @@ -136,8 +136,6 @@ print_subexp_standard (struct expression *exp, int *pos, case OP_VAR_ENTRY_VALUE: { - struct block *b; - (*pos) += 2; fprintf_filtered (stream, "%s@entry", SYMBOL_PRINT_NAME (exp->elts[pc + 1].symbol)); @@ -974,7 +972,6 @@ dump_subexp_body_standard (struct expression *exp, break; case TYPE_INSTANCE: { - char *elem_name; LONGEST len; len = exp->elts[elt++].longconst; |