public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] Remove MSYMBOL_VALUE_CHAIN
@ 2022-04-09 14:34 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2022-04-09 14:34 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

I noticed that MSYMBOL_VALUE_CHAIN is unused, so this patch removes it.
---
 gdb/symtab.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/symtab.h b/gdb/symtab.h
index a89b0a2e42d..0df5e237564 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"
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-09 14:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09 14:34 [pushed] Remove MSYMBOL_VALUE_CHAIN Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).