diff --git a/indra/llcommon/llthread.h b/indra/llcommon/llthread.h
index f8c7efa7cc8a622e412f65fb4d52696324757f16..5d5ecd62fc345c85d446acfa10736d6aee5a8c32 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