Remove unnecessary AdjustAmountOfExternalAllocatedMemory from node.http.

v0.7.4-release
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));
}