summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-16 09:19:35 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-16 09:19:35 -0400
commit9cbbb45a0ca8a56707125cdb3f6ea95de7f9deef (patch)
tree63e79562195477e6afc9fd7001265cc181b4d5a0 /indra
parent24b9657597be6d0b7af472d5deda4b4828ead606 (diff)
SH-4061 WIP - cleanup
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/lltexturefetch.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index ce7bd61ce4..1a6a308230 100755
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -1609,24 +1609,6 @@ bool LLTextureFetchWorker::doWork(S32 param)
<< " Reason: '" << mGetReason << "'"
<< llendl;
}
-#if 0
- if (isHttpServerErrorStatus(mGetStatus.mType))
- {
- // Check for retry
- F32 wait_seconds;
- if (mFetchRetryPolicy.shouldRetry(wait_seconds))
- {
- llinfos << mID << " status " << (S32) mGetStatus.mType << " will retry after " << wait_seconds << llendl;
- setState(INIT);
- releaseHttpSemaphore();
- return false;
- }
- else
- {
- llinfos << mID << " will not retry on status " << (S32) mGetStatus.mType << llendl;
- }
- }
-#endif
mUrl.clear();
if (cur_size > 0)