diff options
author | Rider Linden <rider@lindenlab.com> | 2015-09-14 16:10:20 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-09-14 16:10:20 -0700 |
commit | 196caf21a828f114daf95fe02d81d8690cb1e8a8 (patch) | |
tree | 7444e6884ab29dee4fcd8feabbe1fbc4f7888a00 /indra/llmessage/llproxy.cpp | |
parent | 32912a395839712b4edd4f39737d116f1730f5bf (diff) |
MAINT-5507: Removal of sdrpc client/server
MAINT-5507: removal of LLCurl::Easy, LLCurl::Multi LLCurl::Responder
Diffstat (limited to 'indra/llmessage/llproxy.cpp')
-rwxr-xr-x | indra/llmessage/llproxy.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/llmessage/llproxy.cpp b/indra/llmessage/llproxy.cpp index 9b8d19cc3e..c25f1ec5e5 100755 --- a/indra/llmessage/llproxy.cpp +++ b/indra/llmessage/llproxy.cpp @@ -408,16 +408,6 @@ void LLProxy::cleanupClass() deleteSingleton(); } -void LLProxy::applyProxySettings(LLCurlEasyRequest* handle) -{ - applyProxySettings(handle->getEasy()); -} - -void LLProxy::applyProxySettings(LLCurl::Easy* handle) -{ - applyProxySettings(handle->getCurlHandle()); -} - /** * @brief Apply proxy settings to a CuRL request if an HTTP proxy is enabled. * |