diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index ce7bd61ce40f0731f3c7e8580a348b01f2cfb54e..1a6a308230fc0c5c5af190ff74907a8e77baf7c0 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)