diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index a64d5b50b36fafdf5c64be18533bf7141a29f252..9e8479eeef924c636aecf0456724701ecbfcd368 100755
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -3154,6 +3154,7 @@ void LLAppearanceMgr::updateClothingOrderingInfo(LLUUID cat_id,
 		
 }
 
+#if 1
 class RequestAgentUpdateAppearanceResponder: public LLHTTPClient::Responder
 {
 	LOG_CLASS(RequestAgentUpdateAppearanceResponder);
@@ -3423,6 +3424,10 @@ void RequestAgentUpdateAppearanceResponder::onFailure()
 		LL_WARNS() << "giving up after too many retries" << LL_ENDL;
 	}
 }	
+#else
+
+
+#endif
 
 
 LLSD LLAppearanceMgr::dumpCOF() const