From 27a25bd37fa1fe6201c27709b1884e1b328f8beb Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Wed, 11 Oct 2017 13:04:43 -0700 Subject: Delete !FEATURE_IMPLICIT_TLS (#14398) Linux and Windows arm64 are using the regular C/C++ thread local statics. This change unifies the remaining Windows architectures to be on the same plan. --- src/vm/vars.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/vm/vars.cpp') diff --git a/src/vm/vars.cpp b/src/vm/vars.cpp index ff941d2101..464560c3a6 100644 --- a/src/vm/vars.cpp +++ b/src/vm/vars.cpp @@ -120,13 +120,10 @@ GPTR_IMPL_INIT(StressLog, g_pStressLog, &StressLog::theLog); GPTR_IMPL(RCWCleanupList,g_pRCWCleanupList); #endif // FEATURE_COMINTEROP +GVAL_IMPL_INIT(DWORD, g_TlsIndex, TLS_OUT_OF_INDEXES); #ifndef DACCESS_COMPILE -// @TODO Remove eventually - determines whether the verifier throws an exception when something fails -bool g_fVerifierOff; - - // @TODO - PROMOTE. OBJECTHANDLE g_pPreallocatedOutOfMemoryException; OBJECTHANDLE g_pPreallocatedStackOverflowException; -- cgit v1.2.3