From fe34b3ef725b83af0deeffcf8bf6ef9769224e8d Mon Sep 17 00:00:00 2001
From: Rider Linden <none@none>
Date: Tue, 7 Apr 2015 11:23:20 -0700
Subject: [PATCH] Remove unused mHttpPriority

---
 indra/newview/llaccountingcostmanager.cpp | 3 +--
 indra/newview/llaccountingcostmanager.h   | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/indra/newview/llaccountingcostmanager.cpp b/indra/newview/llaccountingcostmanager.cpp
index f33f67e76d1..6337fbe4448 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 7d544b15e85..f4d45d43cb7 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;
 };
 //===============================================================================
 
-- 
GitLab