From a56e30c8d33048216567753d9d3fefc2152af8ac Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Thu, 13 Apr 2017 14:17:19 +0900 Subject: Imported Upstream version 2.0.0.11353 --- src/ToolBox/SOS/Strike/gcroot.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ToolBox/SOS/Strike/gcroot.cpp') diff --git a/src/ToolBox/SOS/Strike/gcroot.cpp b/src/ToolBox/SOS/Strike/gcroot.cpp index f68b935e21..86080989ec 100644 --- a/src/ToolBox/SOS/Strike/gcroot.cpp +++ b/src/ToolBox/SOS/Strike/gcroot.cpp @@ -40,18 +40,14 @@ #include "safemath.h" -#ifdef _ASSERTE #undef _ASSERTE -#endif -#ifndef _ASSERTE #ifdef _DEBUG #define _ASSERTE(expr) \ do { if (!(expr) ) { ExtErr("_ASSERTE fired:\n\t%s\n", #expr); if (IsDebuggerPresent()) DebugBreak(); } } while (0) #else #define _ASSERTE(x) #endif -#endif // ASSERTE inline size_t ALIGN_DOWN( size_t val, size_t alignment ) { -- cgit v1.2.3