gdb: remove TYPE_DYN_PROP_BATON

This macro is now unused.

gdb/ChangeLog:

	* gdbtypes.h (TYPE_DYN_PROP_BATON): Remove.

Change-Id: I6daead794f7ecb516cc59f9e05262c894515fad3
This commit is contained in:
Simon Marchi 2020-08-04 14:47:09 -04:00
parent 8c4c18181e
commit 51d6067d78
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2020-08-04 Simon Marchi <simon.marchi@polymtl.ca>
* gdbtypes.h (TYPE_DYN_PROP_BATON): Remove.
2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
* configure.tgt: Set gdb_sim for bpf-*-* targets.

View file

@ -1636,8 +1636,6 @@ extern bool set_type_align (struct type *, ULONGEST);
((thistype)->dyn_prop (DYN_PROP_ASSOCIATED))
/* Attribute accessors for dynamic properties. */
#define TYPE_DYN_PROP_BATON(dynprop) \
dynprop->data.baton
#define TYPE_DYN_PROP_ADDR(dynprop) \
(dynprop->const_val ())
#define TYPE_DYN_PROP_KIND(dynprop) \