summaryrefslogtreecommitdiff
path: root/src/vm/vars.cpp
diff options
context:
space:
mode:
authorDavid Wrighton <davidwr@microsoft.com>2019-05-15 18:28:42 -0700
committerGitHub <noreply@github.com>2019-05-15 18:28:42 -0700
commitbdb995987178231ba541f22143cb3cab56309daa (patch)
tree655d0d0bfaee70a56c5a2b33e52fc27965314049 /src/vm/vars.cpp
parentc2533b6c3f715b6964de5ffe0b2a2feaac42b079 (diff)
downloadcoreclr-bdb995987178231ba541f22143cb3cab56309daa.tar.gz
coreclr-bdb995987178231ba541f22143cb3cab56309daa.tar.bz2
coreclr-bdb995987178231ba541f22143cb3cab56309daa.zip
Remove concept of AppDomains from the GC (#24536)
* Remove concept of AppDomains from the GC - Leave constructs allowing for multiple handle tables, as scenarios for that have been proposed - Remove FEATURE_APPDOMAIN_RESOURCE_MONITORING
Diffstat (limited to 'src/vm/vars.cpp')
-rw-r--r--src/vm/vars.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/vars.cpp b/src/vm/vars.cpp
index 8b329d4c2e..0887f2e0f1 100644
--- a/src/vm/vars.cpp
+++ b/src/vm/vars.cpp
@@ -185,8 +185,6 @@ int g_IGCTrimCommit = 0;
BOOL g_fEnableETW = FALSE;
-BOOL g_fEnableARM = FALSE;
-
//
// Global state variable indicating if the EE is in its init phase.
//