mirror of
https://github.com/anope/anope.git
synced 2026-06-26 07:36:39 +02:00
Use C++11 style class/struct initialisation.
This commit is contained in:
@@ -44,10 +44,6 @@ static void *entry_point(void *parameter)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Thread::Thread() : exit(false)
|
||||
{
|
||||
}
|
||||
|
||||
Thread::~Thread()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user