Browse Source

Remove unused HTTPConnection destructor

v0.7.4-release
Ryan 16 years ago
parent
commit
825d7a8be8
  1. 6
      src/http.cc
  2. 1
      src/http.h

6
src/http.cc

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

1
src/http.h

@ -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…
Cancel
Save