mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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:
@ -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 ()
|
||||
{
|
||||
|
@ -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. */
|
||||
|
Reference in New Issue
Block a user