diff --git a/indra/newview/llaccountingcostmanager.cpp b/indra/newview/llaccountingcostmanager.cpp
index f33f67e76d13e2094e91e04224ad6b2706921853..6337fbe44483f4a6e038f656e2104014b24557e3 100755
--- a/indra/newview/llaccountingcostmanager.cpp
+++ b/indra/newview/llaccountingcostmanager.cpp
@@ -37,8 +37,7 @@ LLAccountingCostManager::LLAccountingCostManager():
     mHttpRequest(),
     mHttpHeaders(),
     mHttpOptions(),
-    mHttpPolicy(LLCore::HttpRequest::DEFAULT_POLICY_ID),
-    mHttpPriority(0)
+    mHttpPolicy(LLCore::HttpRequest::DEFAULT_POLICY_ID)
 {	
     mHttpRequest = LLCore::HttpRequest::ptr_t(new LLCore::HttpRequest());
     mHttpHeaders = LLCore::HttpHeaders::ptr_t(new LLCore::HttpHeaders(), false);
diff --git a/indra/newview/llaccountingcostmanager.h b/indra/newview/llaccountingcostmanager.h
index 7d544b15e85630a731590e64805c53ab485a43d3..f4d45d43cb72b76c1a7a61b17f491103dd894647 100755
--- a/indra/newview/llaccountingcostmanager.h
+++ b/indra/newview/llaccountingcostmanager.h
@@ -83,7 +83,6 @@ class LLAccountingCostManager : public LLSingleton<LLAccountingCostManager>
     LLCore::HttpHeaders::ptr_t		mHttpHeaders;
     LLCore::HttpOptions::ptr_t		mHttpOptions;
     LLCore::HttpRequest::policy_t	mHttpPolicy;
-    LLCore::HttpRequest::priority_t	mHttpPriority;
 };
 //===============================================================================