diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2012-05-25 14:59:13 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2012-05-25 14:59:13 -0600 |
commit | 3a63d88e7b48397cbfd508c05632453653e678e3 (patch) | |
tree | 857eac3993cd958c45f84fac9562cc283ab2b273 /indra | |
parent | cbb14e223c4db312191d0fe0b12362298fbf9fbd (diff) |
trivial: fix a linux compiling error.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/lltexturefetch.cpp | 2 |
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))) |