diff options
author | Jacek Antonelli | 2008-08-15 23:45:35 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:35 -0500 |
commit | 7a29b2d1cd471767b58ea30f53900cd2c5a9637c (patch) | |
tree | a2f7b5eb90ec41f903f2558e57d47f5ebd913a8f /linden/indra/llmessage/llcurl.cpp | |
parent | Second Life viewer sources 1.19.1.0 (diff) | |
download | meta-impy-7a29b2d1cd471767b58ea30f53900cd2c5a9637c.zip meta-impy-7a29b2d1cd471767b58ea30f53900cd2c5a9637c.tar.gz meta-impy-7a29b2d1cd471767b58ea30f53900cd2c5a9637c.tar.bz2 meta-impy-7a29b2d1cd471767b58ea30f53900cd2c5a9637c.tar.xz |
Second Life viewer sources 1.19.1.1
Diffstat (limited to 'linden/indra/llmessage/llcurl.cpp')
-rw-r--r-- | linden/indra/llmessage/llcurl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llcurl.cpp b/linden/indra/llmessage/llcurl.cpp index badda64..a8bb46b 100644 --- a/linden/indra/llmessage/llcurl.cpp +++ b/linden/indra/llmessage/llcurl.cpp | |||
@@ -121,7 +121,6 @@ void LLCurl::Responder::error(U32 status, const std::string& reason) | |||
121 | // virtual | 121 | // virtual |
122 | void LLCurl::Responder::result(const LLSD& content) | 122 | void LLCurl::Responder::result(const LLSD& content) |
123 | { | 123 | { |
124 | llwarns << "Virtual Function not implemented" << llendl; | ||
125 | } | 124 | } |
126 | 125 | ||
127 | // virtual | 126 | // virtual |