Remove unused call to process().

This commit is contained in:
Aleric Inglewood
2012-07-17 08:01:06 +02:00
parent 9deb3e433c
commit 900e533b4b
3 changed files with 0 additions and 17 deletions

View File

@@ -2370,14 +2370,6 @@ void LLTextureFetch::commonUpdate()
// Run a cross-thread command, if any.
cmdDoWork();
#endif
// Update Curl on same thread as mCurlGetRequest was constructed
llassert_always(mCurlGetRequest);
S32 processed = mCurlGetRequest->process();
if (processed > 0)
{
lldebugs << "processed: " << processed << " messages." << llendl;
}
}