Skip to content

Commit 825d7a8

Browse files
committed
Remove unused HTTPConnection destructor
1 parent fd83e1d commit 825d7a8

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/http.cc

-6
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,6 @@ HTTPConnection::HTTPConnection (Handle<Object> handle, enum http_parser_type typ
295295
parser_.data = this;
296296
}
297297

298-
299-
HTTPConnection::~HTTPConnection ( )
300-
{
301-
}
302-
303-
304298
Persistent<FunctionTemplate> HTTPServer::constructor_template;
305299

306300
void

src/http.h

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class HTTPConnection : public Connection {
2020

2121
HTTPConnection (v8::Handle<v8::Object> handle,
2222
enum http_parser_type type);
23-
~HTTPConnection ( );
2423

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

0 commit comments

Comments
 (0)