Remove windows_thread_info destructor

windows_thread_info declares and defines a destructor, but this
doesn't need to be explicit.
This commit is contained in:
Tom Tromey
2022-03-31 10:58:55 -06:00
parent 44c6a4106e
commit fc0b013e44
2 changed files with 0 additions and 6 deletions

View File

@ -74,10 +74,6 @@ GenerateConsoleCtrlEvent_ftype *GenerateConsoleCtrlEvent;
debug_prefixed_printf_cond (debug_events, "windows events", fmt, \
## __VA_ARGS__)
windows_thread_info::~windows_thread_info ()
{
}
void
windows_thread_info::suspend ()
{

View File

@ -43,8 +43,6 @@ struct windows_thread_info
{
}
~windows_thread_info ();
DISABLE_COPY_AND_ASSIGN (windows_thread_info);
/* Ensure that this thread has been suspended. */