Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove unused HTTPConnection destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jun 12, 2009
1 parent fd83e1d commit 825d7a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/http.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/http.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class HTTPConnection : public Connection {

HTTPConnection (v8::Handle<v8::Object> handle,
enum http_parser_type type);
~HTTPConnection ( );

void OnReceive (const void *buf, size_t len);

Expand Down

0 comments on commit 825d7a8

Please sign in to comment.