From 0ed1cd97d4cd1fa11ca21b1b324c80f446f6e675 Mon Sep 17 00:00:00 2001
From: Dave Parks <davep@lindenlab.com>
Date: Fri, 18 Dec 2009 17:14:38 -0600
Subject: [PATCH] Fix for compiler errors introduced in merge.

---
 indra/llcommon/llthread.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab