summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-05-25 14:59:13 -0600
committerXiaohong Bao <bao@lindenlab.com>2012-05-25 14:59:13 -0600
commit3a63d88e7b48397cbfd508c05632453653e678e3 (patch)
tree857eac3993cd958c45f84fac9562cc283ab2b273 /indra
parentcbb14e223c4db312191d0fe0b12362298fbf9fbd (diff)
trivial: fix a linux compiling error.
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/lltexturefetch.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index a778a1ccb0..e307de329b 100755
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -870,8 +870,6 @@ void LLTextureFetchWorker::startWork(S32 param)
// Called from LLWorkerThread::processRequest()
bool LLTextureFetchWorker::doWork(S32 param)
{
- static const F32 FETCHING_TIMEOUT = 120.f;//seconds
-
LLMutexLock lock(&mWorkMutex);
if ((mFetcher->isQuitting() || getFlags(LLWorkerClass::WCF_DELETE_REQUESTED)))