mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
analyzer/protocol/http: remove unnecessary empty destructor
This commit is contained in:
parent
d1dc70c90f
commit
a8da8cb8e2
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ void HTTP_Entity::Deliver(int len, const char* data, int trailing_CRLF)
|
|||
class HTTP_Entity::UncompressedOutput : public analyzer::OutputHandler {
|
||||
public:
|
||||
UncompressedOutput(HTTP_Entity* e) { entity = e; }
|
||||
virtual ~UncompressedOutput() { }
|
||||
virtual void DeliverStream(int len, const u_char* data, bool orig)
|
||||
{
|
||||
entity->DeliverBodyClear(len, (char*) data, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue