Merge/collision fix.

Belonged in previous commit really.
This commit is contained in:
Aleric Inglewood
2012-03-12 04:37:16 +01:00
parent 87b8f6e076
commit 8c721c4a69

View File

@@ -193,7 +193,6 @@ public:
bool isSelfLocked() const;
// get ID of locking thread
bool isSelfLocked(); //return true if locked in a same thread
U32 lockingThread() const { return mLockingThread; }
protected: