Code Cleanup: common: removing default constructors
As C++11 is the adopted standard, trivial constructors are not needed, compiler can generate it for us.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
#include "threadedobject.h"
|
||||
|
||||
ThreadedObject::ThreadedObject()
|
||||
{
|
||||
}
|
||||
|
||||
void ThreadedObject::LockDeletes()
|
||||
{
|
||||
threadobj_delete_lock_++;
|
||||
|
||||
Reference in New Issue
Block a user