From 825d7a8be83f2ef8956becad4cd42abb8c2a159b Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 12 Jun 2009 17:30:37 +0200 Subject: [PATCH] Remove unused HTTPConnection destructor --- src/http.cc | 6 ------ src/http.h | 1 - 2 files changed, 7 deletions(-) diff --git a/src/http.cc b/src/http.cc index 03e0d058e21..b77a5dd15cd 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 cfebad33492..f0d46453545 100644 --- a/src/http.h +++ b/src/http.h @@ -20,7 +20,6 @@ protected: HTTPConnection (v8::Handle handle, enum http_parser_type type); - ~HTTPConnection ( ); void OnReceive (const void *buf, size_t len);