gdb: remove internalvar_funcs::destroy

No kind of internal var uses it remove it.  This makes the transition to
using a variant easier, since we don't need to think about where this
should be called (in a destructor or not), if it can throw, etc.

Change-Id: Iebbc867d1ce6716480450d9790410d6684cbe4dd
This commit is contained in:
Simon Marchi 2022-01-31 15:23:32 -05:00
parent 7a1550fcec
commit 7055fa96fc
9 changed files with 0 additions and 19 deletions

View file

@ -9368,7 +9368,6 @@ static const struct internalvar_funcs siginfo_funcs =
{
siginfo_make_value,
NULL,
NULL
};
/* Callback for infrun's target events source. This is marked when a