Revision: 34609
http://sourceforge.net/p/opalvoip/code/34609
Author: rjongbloed
Date: 2016-02-09 12:48:22 +0000 (Tue, 09 Feb 2016)
Log Message:
-----------
Fix Linux compile
Modified Paths:
--------------
ptlib/trunk/src/ptlib/unix/tlibthrd.cxx
Modified: ptlib/trunk/src/ptlib/unix/tlibthrd.cxx
===================================================================
--- ptlib/trunk/src/ptlib/unix/tlibthrd.cxx 2016-02-09 12:41:26 UTC (rev 34608)
+++ ptlib/trunk/src/ptlib/unix/tlibthrd.cxx 2016-02-09 12:48:22 UTC (rev 34609)
@@ -1258,7 +1258,6 @@
m_lastLockerId = m_lockerId = PNullThreadIdentifier;
m_lastUniqueId = 0;
m_lockCount = 0;
- m_excessiveLockTime = false;
InitialiseRecursiveMutex(&m_mutex);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|