From ef34f73248465315afc17bea6a40288cf1c9b4e2 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Fri, 29 Feb 2008 22:50:17 +0000 Subject: svn merge -r 81153:81152 . (Undo of previous merge) --- indra/llmessage/llurlrequest.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'indra/llmessage/llurlrequest.cpp') 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, -- cgit v1.2.3