0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00

Remove unnecessary AdjustAmountOfExternalAllocatedMemory from node.http.

This commit is contained in:
Ryan 2009-05-29 13:58:52 +02:00
parent 34a6f10695
commit 247c9d2210

View File

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