Remove unnecessary AdjustAmountOfExternalAllocatedMemory from node.http.
authorRyan <ry@tinyclouds.org>
Fri, 29 May 2009 11:58:52 +0000 (13:58 +0200)
committerRyan <ry@tinyclouds.org>
Fri, 29 May 2009 11:58:52 +0000 (13:58 +0200)
src/http.cc

index 9723f8d..f5e0570 100644 (file)
@@ -298,7 +298,6 @@ HTTPConnection::HTTPConnection (Handle<Object> handle, enum http_parser_type typ
 
 HTTPConnection::~HTTPConnection ( )
 {
-  V8::AdjustAmountOfExternalAllocatedMemory(-sizeof(HTTPConnection));
 }