diff --git a/src/http.cc b/src/http.cc index 03e0d058e2191c..b77a5dd15cd44c 100644 --- a/src/http.cc +++ b/src/http.cc @@ -295,12 +295,6 @@ HTTPConnection::HTTPConnection (Handle handle, enum http_parser_type typ parser_.data = this; } - -HTTPConnection::~HTTPConnection ( ) -{ -} - - Persistent HTTPServer::constructor_template; void diff --git a/src/http.h b/src/http.h index cfebad334927b1..f0d46453545f7e 100644 --- a/src/http.h +++ b/src/http.h @@ -20,7 +20,6 @@ class HTTPConnection : public Connection { HTTPConnection (v8::Handle handle, enum http_parser_type type); - ~HTTPConnection ( ); void OnReceive (const void *buf, size_t len);