summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-09-14 16:43:36 -0700
committerRider Linden <rider@lindenlab.com>2015-09-14 16:43:36 -0700
commit5f7985f6a79a21256162785cd9f0b97baac0504a (patch)
tree817678af31a82caaa0c8ac9d006ee96ec51a9f04 /indra/llmessage
parent196caf21a828f114daf95fe02d81d8690cb1e8a8 (diff)
MAINT-5507: Removed some no longer used static variables fro llcurl.cpp
Diffstat (limited to 'indra/llmessage')
-rwxr-xr-xindra/llmessage/llcurl.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp
index 61b7a52c76..0094c42a02 100755
--- a/indra/llmessage/llcurl.cpp
+++ b/indra/llmessage/llcurl.cpp
@@ -72,11 +72,6 @@
// *TODO: TSN remove the commented code from this file
//////////////////////////////////////////////////////////////////////////////
-static const U32 EASY_HANDLE_POOL_SIZE = 5;
-static const S32 MULTI_PERFORM_CALL_REPEAT = 5;
-static const S32 CURL_REQUEST_TIMEOUT = 120; // seconds per operation
-static const S32 CURL_CONNECT_TIMEOUT = 30; //seconds to wait for a connection
-
//static const S32 MAX_ACTIVE_REQUEST_COUNT = 100;
// DEBUG //