mirror of https://github.com/nodejs/node.git
Remove unused HTTPConnection destructor
parent
fd83e1d7d8
commit
825d7a8be8
|
@ -295,12 +295,6 @@ HTTPConnection::HTTPConnection (Handle<Object> handle, enum http_parser_type typ
|
|||
parser_.data = this;
|
||||
}
|
||||
|
||||
|
||||
HTTPConnection::~HTTPConnection ( )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Persistent<FunctionTemplate> HTTPServer::constructor_template;
|
||||
|
||||
void
|
||||
|
|
|
@ -20,7 +20,6 @@ protected:
|
|||
|
||||
HTTPConnection (v8::Handle<v8::Object> handle,
|
||||
enum http_parser_type type);
|
||||
~HTTPConnection ( );
|
||||
|
||||
void OnReceive (const void *buf, size_t len);
|
||||
|
||||
|
|
Loading…
Reference in New Issue