Removed useless code

Former-commit-id: bcd32832d5a3a9fc91a28dd4a76643f391c5ad2d
This commit is contained in:
Lynix 2012-12-06 01:02:04 +01:00
parent 6f495c654a
commit f72210e728
1 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,9 @@ class NzConditionVariableImpl
#else
enum
{
SIGNAL = 0,
BROADCAST = 1,
MAX_EVENTS = 2
SIGNAL,
BROADCAST,
MAX_EVENTS
};
CRITICAL_SECTION m_countLock;