aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llhttpnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llhttpnode.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/linden/indra/llmessage/llhttpnode.cpp b/linden/indra/llmessage/llhttpnode.cpp
index afd27e9..540b507 100644
--- a/linden/indra/llmessage/llhttpnode.cpp
+++ b/linden/indra/llmessage/llhttpnode.cpp
@@ -169,15 +169,9 @@ void LLHTTPNode::del(LLHTTPNode::ResponsePtr response, const LLSD& context) cons
169} 169}
170 170
171// virtual 171// virtual
172LLSD LLHTTPNode::del() const
173{
174 throw NotImplemented();
175}
176
177// virtual
178LLSD LLHTTPNode::del(const LLSD&) const 172LLSD LLHTTPNode::del(const LLSD&) const
179{ 173{
180 return del(); 174 throw NotImplemented();
181} 175}
182 176
183 177