mirror of
https://github.com/anope/anope.git
synced 2026-06-25 15:26:39 +02:00
Use C++11 default initializers and destructors where possible.
This commit is contained in:
@@ -44,10 +44,6 @@ static void *entry_point(void *parameter)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Thread::~Thread()
|
||||
{
|
||||
}
|
||||
|
||||
void Thread::Join()
|
||||
{
|
||||
this->SetExitState();
|
||||
|
||||
Reference in New Issue
Block a user