diff options
author | Dave Parks <davep@lindenlab.com> | 2009-12-18 17:14:38 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2009-12-18 17:14:38 -0600 |
commit | 0ed1cd97d4cd1fa11ca21b1b324c80f446f6e675 (patch) | |
tree | a4c4a5e5e2e551abec0b74d77057bbe9106e8ca7 /indra/llcommon | |
parent | 6aa71844a8949ab3c75b6cbe1a5f8cb811aa27b8 (diff) |
Fix for compiler errors introduced in merge.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llthread.h b/indra/llcommon/llthread.h index f8c7efa7cc..5d5ecd62fc 100644 --- a/indra/llcommon/llthread.h +++ b/indra/llcommon/llthread.h @@ -166,7 +166,7 @@ protected: apr_pool_t *mAPRPoolp;
BOOL mIsLocalPool;
- S32 mLockCount;
+
#if MUTEX_DEBUG
std::map<U32, BOOL> mIsLocked;
#endif
|