diff options
author | Tom Tromey <tromey@redhat.com> | 2013-03-21 14:41:28 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-03-21 14:41:28 +0000 |
commit | e403aa4bf0a0f4740a5c4f880ca732ee41469055 (patch) | |
tree | 2314c3d1daffb3c47ecc327b58aa16516f5a1cec /gdb/c-exp.y | |
parent | ce63b7b388b808bf574fe2d1de675b038857312e (diff) | |
download | gdb-e403aa4bf0a0f4740a5c4f880ca732ee41469055.zip gdb-e403aa4bf0a0f4740a5c4f880ca732ee41469055.tar.gz gdb-e403aa4bf0a0f4740a5c4f880ca732ee41469055.tar.bz2 |
* c-exp.y (%union) <sym, ivar, ivec>: Remove.
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r-- | gdb/c-exp.y | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y index f6659d4..0cd4683 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -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; |