Change Mac platform impl to inherit from Unix base
This commit is contained in:
@@ -15,7 +15,6 @@ class UnixConditionVariable;
|
||||
class FLAXENGINE_API UnixCriticalSection
|
||||
{
|
||||
friend UnixConditionVariable;
|
||||
|
||||
private:
|
||||
|
||||
pthread_mutex_t _mutex;
|
||||
@@ -24,8 +23,6 @@ private:
|
||||
pthread_t _owningThreadId;
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
||||
UnixCriticalSection(const UnixCriticalSection&);
|
||||
UnixCriticalSection& operator=(const UnixCriticalSection&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user