]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* c-exp.y (%union) <sym, ivar, ivec>: Remove.
authorTom Tromey <tromey@redhat.com>
Thu, 21 Mar 2013 14:41:28 +0000 (14:41 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 21 Mar 2013 14:41:28 +0000 (14:41 +0000)
gdb/ChangeLog
gdb/c-exp.y

index fe21356200f61810ab496a99bf319632416c8ca8..da787937f4008e9d127c0945d29198bf069987a5 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-21  Tom Tromey  <tromey@redhat.com>
+
+       * c-exp.y (%union) <sym, ivar, ivec>: Remove.
+
 2013-03-21  Yao Qi  <yao@codesourcery.com>
 
        * ctf.c: Include "gdb_stat.h".
index f6659d47fbec9423bc32207ac67508ef43d64f61..0cd468395d2aae976e4adb0a68bf367d79f7a0d2 100644 (file)
@@ -145,7 +145,6 @@ void yyerror (char *);
       gdb_byte val[16];
       struct type *type;
     } typed_val_decfloat;
-    struct symbol *sym;
     struct type *tval;
     struct stoken sval;
     struct typed_stoken tsval;
@@ -154,11 +153,9 @@ void yyerror (char *);
     int voidval;
     struct block *bval;
     enum exp_opcode opcode;
-    struct internalvar *ivar;
 
     struct stoken_vector svec;
     VEC (type_ptr) *tvec;
-    int *ivec;
 
     struct type_stack *type_stack;