diff options
author | simon <none@none> | 2013-04-25 14:14:35 -0700 |
---|---|---|
committer | simon <none@none> | 2013-04-25 14:14:35 -0700 |
commit | 6e483af1f6b7a6f8d0f83e54d79a941607760f7b (patch) | |
tree | 7e9673f54b1aed046d7b3cc6596877fd966e715e /indra/llcorehttp/_httpoprequest.h | |
parent | c4a45fca396bea8abf8362b15b5cf0f85e57ad6b (diff) |
Revert ares and libcurl version update that was causing problems, revise curl
handle duplication code. Reviewed by Kelly
Diffstat (limited to 'indra/llcorehttp/_httpoprequest.h')
-rw-r--r-- | indra/llcorehttp/_httpoprequest.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcorehttp/_httpoprequest.h b/indra/llcorehttp/_httpoprequest.h index e819f74079..74a349b0bf 100644 --- a/indra/llcorehttp/_httpoprequest.h +++ b/indra/llcorehttp/_httpoprequest.h @@ -29,7 +29,6 @@ #include "linden_common.h" // Modifies curl/curl.h interfaces -#include "llsingleton.h" #include <string> #include <curl/curl.h> @@ -66,8 +65,6 @@ class HttpOpRequest : public HttpOperation public: HttpOpRequest(); - friend class CurlHandleHandler; - protected: virtual ~HttpOpRequest(); // Use release() |