From a2efd28d70dbfb549799cf2e5e9279a91ed8bf7d Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 29 Jan 2010 18:25:57 +0000 Subject: [PATCH] Core: cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@1982 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/heapdbg.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/uppsrc/Core/heapdbg.cpp b/uppsrc/Core/heapdbg.cpp index 154b3969e..8553712a2 100644 --- a/uppsrc/Core/heapdbg.cpp +++ b/uppsrc/Core/heapdbg.cpp @@ -56,16 +56,7 @@ static void DbgHeapPanic(const char *text, DbgBlkHeader *p) static DbgBlkHeader dbg_live = { 0, &dbg_live, &dbg_live, 0 }; static dword s_allocbreakpoint; - -static -#ifdef flagMT -#ifdef COMPILER_MSC -__declspec(thread) -#else -__thread -#endif -#endif -dword s_ignoreleaks; +static thread__ dword s_ignoreleaks; void MemoryIgnoreLeaksBegin() {