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

@ -3985,7 +3985,6 @@ traceframe_available_memory (std::vector<mem_range> *result,
static const struct internalvar_funcs sdata_funcs =
{
sdata_make_value,
NULL,
NULL
};