mirror of https://github.com/nodejs/node.git
Remove unnecessary AdjustAmountOfExternalAllocatedMemory from node.http.
parent
34a6f10695
commit
247c9d2210
|
@ -298,7 +298,6 @@ HTTPConnection::HTTPConnection (Handle<Object> handle, enum http_parser_type typ
|
|||
|
||||
HTTPConnection::~HTTPConnection ( )
|
||||
{
|
||||
V8::AdjustAmountOfExternalAllocatedMemory(-sizeof(HTTPConnection));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue