summaryrefslogtreecommitdiff
path: root/indra/llmessage/llurlrequest.cpp
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2008-02-29 22:50:17 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2008-02-29 22:50:17 +0000
commitef34f73248465315afc17bea6a40288cf1c9b4e2 (patch)
tree06a2348990a490ccb5aef282a1ebe4dee7aa5171 /indra/llmessage/llurlrequest.cpp
parent0ff5c1bd1b5b047f5d48102b4c21d461170a6118 (diff)
svn merge -r 81153:81152 .
(Undo of previous merge)
Diffstat (limited to 'indra/llmessage/llurlrequest.cpp')
-rw-r--r--indra/llmessage/llurlrequest.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llmessage/llurlrequest.cpp b/indra/llmessage/llurlrequest.cpp
index d7812942c3..f850656785 100644
--- a/indra/llmessage/llurlrequest.cpp
+++ b/indra/llmessage/llurlrequest.cpp
@@ -192,11 +192,6 @@ void LLURLRequest::useProxy(bool use_proxy)
}
}
-void LLURLRequest::useProxy(const std::string &proxy)
-{
- curl_easy_setopt(mDetail->mCurl, CURLOPT_PROXY, proxy.c_str());
-}
-
// virtual
LLIOPipe::EStatus LLURLRequest::handleError(
LLIOPipe::EStatus status,