From 4a84c7c8e5212d71cbd254bced17f3474253b672 Mon Sep 17 00:00:00 2001
From: Dave Parks <davep@lindenlab.com>
Date: Wed, 9 Jan 2013 13:20:41 -0600
Subject: [PATCH] More merge cleanup.

---
 indra/newview/llmeshrepository.cpp | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index e81c863608c..09003e3e536 100755
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -416,14 +416,6 @@ class LLWholeModelFeeResponder: public LLCurl::Responder
 		}
 	}
 
-	~LLWholeModelFeeResponder()
-	{
-		if (mThread)
-		{
-			mThread->stopRequest();
-		}
-	}
-
 	virtual void completed(U32 status,
 						   const std::string& reason,
 						   const LLSD& content)
-- 
GitLab