diff options
author | Tom Tromey <tom@tromey.com> | 2022-04-09 08:33:11 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-04-09 08:33:11 -0600 |
commit | bd1c798f0aef38493c5292917e47f76e1205f4e3 (patch) | |
tree | b7d0a77549044f7dd31d228b6357bd84480e6c67 /gdb | |
parent | 57594b6a7538bde26de2d807ff29b0f5e619be03 (diff) | |
download | gdb-bd1c798f0aef38493c5292917e47f76e1205f4e3.zip gdb-bd1c798f0aef38493c5292917e47f76e1205f4e3.tar.gz gdb-bd1c798f0aef38493c5292917e47f76e1205f4e3.tar.bz2 |
Remove MSYMBOL_VALUE_CHAIN
I noticed that MSYMBOL_VALUE_CHAIN is unused, so this patch removes it.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/symtab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index a89b0a2..0df5e23 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -772,7 +772,6 @@ extern CORE_ADDR get_msymbol_address (struct objfile *objf, ((symbol)->value.address = (new_value)) #define MSYMBOL_VALUE_BYTES(symbol) (symbol)->value.bytes #define MSYMBOL_BLOCK_VALUE(symbol) (symbol)->value.block -#define MSYMBOL_VALUE_CHAIN(symbol) (symbol)->value.chain #include "minsyms.h" |