Removed useless code
Former-commit-id: bcd32832d5a3a9fc91a28dd4a76643f391c5ad2d
This commit is contained in:
parent
6f495c654a
commit
f72210e728
|
|
@ -36,9 +36,9 @@ class NzConditionVariableImpl
|
|||
#else
|
||||
enum
|
||||
{
|
||||
SIGNAL = 0,
|
||||
BROADCAST = 1,
|
||||
MAX_EVENTS = 2
|
||||
SIGNAL,
|
||||
BROADCAST,
|
||||
MAX_EVENTS
|
||||
};
|
||||
|
||||
CRITICAL_SECTION m_countLock;
|
||||
|
|
|
|||
Loading…
Reference in New Issue