Remove unused HTTPConnection destructor

v0.7.4-release
Ryan 2009-06-12 17:30:37 +02:00
parent fd83e1d7d8
commit 825d7a8be8
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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);