From 59714b683f40fac869050ca08acc5503e84dc776 Mon Sep 17 00:00:00 2001 From: antofik Date: Mon, 22 Jan 2018 05:03:51 +0300 Subject: Remove AppDomainLeaks configuration option (#15956) Removed all usages of AppDomainLeaks configuration option and CHECK_APP_DOMAIN_LEAKS feature Fix #12094 --- src/vm/gcenv.ee.common.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/vm/gcenv.ee.common.cpp') diff --git a/src/vm/gcenv.ee.common.cpp b/src/vm/gcenv.ee.common.cpp index ca7349091f..6ec5735e2c 100644 --- a/src/vm/gcenv.ee.common.cpp +++ b/src/vm/gcenv.ee.common.cpp @@ -191,10 +191,6 @@ StackWalkAction GcStackCrawlCallBack(CrawlFrame* pCF, VOID* pData) Frame *pFrame; GCCONTEXT *gcctx = (GCCONTEXT*) pData; -#if CHECK_APP_DOMAIN_LEAKS - gcctx->sc->pCurrentDomain = pCF->GetAppDomain(); -#endif //CHECK_APP_DOMAIN_LEAKS - #ifdef FEATURE_APPDOMAIN_RESOURCE_MONITORING if (g_fEnableARM) { -- cgit v1.2.3