summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy')
-rw-r--r--Ivy/IvyStdAfx.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Ivy/IvyStdAfx.h b/Ivy/IvyStdAfx.h
index 82df2b2..8dd1de2 100644
--- a/Ivy/IvyStdAfx.h
+++ b/Ivy/IvyStdAfx.h
@@ -92,17 +92,5 @@ void DebugTrace ( const char *fmt , ... );
#if defined( WIN32 ) && defined( _DEBUG ) && (!defined(UNDER_CE)) && (!defined(_AFX))
-#include <crtdbg.h>
-#ifndef DEBUG_NEW_OP
-#define DEBUG_NEW_OP
-inline void* __cdecl operator new(size_t nSize, const char * lpszFileName, int nLine)
- {
- return ::operator new(nSize, _NORMAL_BLOCK, lpszFileName, nLine);
- }
-inline void __cdecl operator delete(void *p, const char * lpszFileName, int nLine)
- {
- ::operator delete(p, _NORMAL_BLOCK, lpszFileName, nLine);
- }
-#endif
#endif