diff options
Diffstat (limited to 'linden/indra/llmessage/llhttpclient.cpp')
-rw-r--r-- | linden/indra/llmessage/llhttpclient.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/llmessage/llhttpclient.cpp b/linden/indra/llmessage/llhttpclient.cpp index a1f8e29..392dfd0 100644 --- a/linden/indra/llmessage/llhttpclient.cpp +++ b/linden/indra/llmessage/llhttpclient.cpp | |||
@@ -43,12 +43,9 @@ | |||
43 | #include <curl/curl.h> | 43 | #include <curl/curl.h> |
44 | 44 | ||
45 | const F32 HTTP_REQUEST_EXPIRY_SECS = 60.0f; | 45 | const F32 HTTP_REQUEST_EXPIRY_SECS = 60.0f; |
46 | |||
47 | static std::string gCABundle; | 46 | static std::string gCABundle; |
48 | 47 | ||
49 | 48 | ||
50 | |||
51 | |||
52 | LLHTTPClient::Responder::Responder() | 49 | LLHTTPClient::Responder::Responder() |
53 | : mReferenceCount(0) | 50 | : mReferenceCount(0) |
54 | { | 51 | { |