Remove unnecessary AdjustAmountOfExternalAllocatedMemory from node.http.

pull/5370/head
Ryan 2009-05-29 13:58:52 +02:00
parent 34a6f10695
commit 247c9d2210
1 changed files with 0 additions and 1 deletions

View File

@ -298,7 +298,6 @@ HTTPConnection::HTTPConnection (Handle<Object> handle, enum http_parser_type typ
HTTPConnection::~HTTPConnection ( )
{
V8::AdjustAmountOfExternalAllocatedMemory(-sizeof(HTTPConnection));
}