gdb/testsuite/
[binutils-gdb.git] / gdb / jv-exp.y
index a904c3295f5e971c34ab16429393f2d74c6a1979..8109e0c59a8535fde7a98414e58aa12a6a7639e1 100644 (file)
@@ -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++)