Commit f27ba37b authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

msvcrtd: Remove unnecessary trace output.

parent 0cc09adf
...@@ -47,7 +47,7 @@ void * CDECL MSVCRTD_operator_new_dbg(MSVCRT_size_t nSize, int nBlockUse, ...@@ -47,7 +47,7 @@ void * CDECL MSVCRTD_operator_new_dbg(MSVCRT_size_t nSize, int nBlockUse,
{ {
void *retval = NULL; void *retval = NULL;
TRACE("(%lu, %d, '%s', %d) returning %p\n", nSize, nBlockUse, szFileName, nLine, retval); TRACE("(%lu, %d, '%s', %d)\n", nSize, nBlockUse, szFileName, nLine);
switch(_BLOCK_TYPE(nBlockUse)) switch(_BLOCK_TYPE(nBlockUse))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment