diff options
Diffstat (limited to 'indra/llmessage/llhttpnode.h')
-rw-r--r-- | indra/llmessage/llhttpnode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmessage/llhttpnode.h b/indra/llmessage/llhttpnode.h index 2f177bf0ef..e27056a51f 100644 --- a/indra/llmessage/llhttpnode.h +++ b/indra/llmessage/llhttpnode.h @@ -86,7 +86,6 @@ public: virtual LLSD put(const LLSD& input) const; virtual LLSD post(const LLSD& input) const; - virtual LLSD del() const; virtual LLSD del(const LLSD& context) const; class Response : public LLRefCount |