aboutsummaryrefslogtreecommitdiff
path: root/gdb/jv-exp.y
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/jv-exp.y')
-rw-r--r--gdb/jv-exp.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/jv-exp.y b/gdb/jv-exp.y
index a904c32..8109e0c 100644
--- a/gdb/jv-exp.y
+++ b/gdb/jv-exp.y
@@ -547,7 +547,6 @@ CastExpression:
write_exp_elt_opcode (UNOP_CAST); }
| '(' Expression ')' UnaryExpressionNotPlusMinus
{
- int exp_size = expout_ptr;
int last_exp_size = length_of_subexp(expout, expout_ptr);
struct type *type;
int i;
@@ -1358,7 +1357,6 @@ push_expression_name (struct stoken name)
{
char *tmp;
struct type *typ;
- char *ptr;
int i;
for (i = 0; i < name.length; i++)