summaryrefslogtreecommitdiff
path: root/indra/llcorehttp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2021-09-03 22:21:29 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2021-09-03 22:21:29 +0300
commit8c7db0ad6cbdcfa7d80636ed13ba657e7189420e (patch)
tree27dcd8179b70cca10939ef998ee2e68b05c4ccf1 /indra/llcorehttp
parentadb724564da73a4b2d1ebf7835ce628448048d87 (diff)
SL-15902 Cleanup gSecAPIHandler
Diffstat (limited to 'indra/llcorehttp')
-rw-r--r--indra/llcorehttp/httpcommon.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcorehttp/httpcommon.cpp b/indra/llcorehttp/httpcommon.cpp
index bbf23a6d70..61ba83594e 100644
--- a/indra/llcorehttp/httpcommon.cpp
+++ b/indra/llcorehttp/httpcommon.cpp
@@ -270,9 +270,6 @@ namespace LLHttp
{
namespace
{
-typedef boost::shared_ptr<LLMutex> LLMutex_ptr;
-std::vector<LLMutex_ptr> sSSLMutex;
-
CURL *getCurlTemplateHandle()
{
static CURL *curlpTemplateHandle = NULL;