Skip to content
Snippets Groups Projects
Commit fe34b3ef authored by Rider Linden's avatar Rider Linden
Browse files

Remove unused mHttpPriority

parent 8a76284e
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,7 @@ LLAccountingCostManager::LLAccountingCostManager(): ...@@ -37,8 +37,7 @@ LLAccountingCostManager::LLAccountingCostManager():
mHttpRequest(), mHttpRequest(),
mHttpHeaders(), mHttpHeaders(),
mHttpOptions(), mHttpOptions(),
mHttpPolicy(LLCore::HttpRequest::DEFAULT_POLICY_ID), mHttpPolicy(LLCore::HttpRequest::DEFAULT_POLICY_ID)
mHttpPriority(0)
{ {
mHttpRequest = LLCore::HttpRequest::ptr_t(new LLCore::HttpRequest()); mHttpRequest = LLCore::HttpRequest::ptr_t(new LLCore::HttpRequest());
mHttpHeaders = LLCore::HttpHeaders::ptr_t(new LLCore::HttpHeaders(), false); mHttpHeaders = LLCore::HttpHeaders::ptr_t(new LLCore::HttpHeaders(), false);
......
...@@ -83,7 +83,6 @@ class LLAccountingCostManager : public LLSingleton<LLAccountingCostManager> ...@@ -83,7 +83,6 @@ class LLAccountingCostManager : public LLSingleton<LLAccountingCostManager>
LLCore::HttpHeaders::ptr_t mHttpHeaders; LLCore::HttpHeaders::ptr_t mHttpHeaders;
LLCore::HttpOptions::ptr_t mHttpOptions; LLCore::HttpOptions::ptr_t mHttpOptions;
LLCore::HttpRequest::policy_t mHttpPolicy; LLCore::HttpRequest::policy_t mHttpPolicy;
LLCore::HttpRequest::priority_t mHttpPriority;
}; };
//=============================================================================== //===============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment