summaryrefslogtreecommitdiff
path: root/src/inc/clrconfigvalues.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-05-23 17:38:52 -0700
committerGitHub <noreply@github.com>2019-05-23 17:38:52 -0700
commitd969f9766f8ae9b895b487cdbd600beeb47ee51b (patch)
tree220cc29666cf61c4807bca5023e6b3ad73d6f6de /src/inc/clrconfigvalues.h
parent5c1ccd1d83bd6927ae43ceb1a29568c2abe1491b (diff)
downloadcoreclr-d969f9766f8ae9b895b487cdbd600beeb47ee51b.tar.gz
coreclr-d969f9766f8ae9b895b487cdbd600beeb47ee51b.tar.bz2
coreclr-d969f9766f8ae9b895b487cdbd600beeb47ee51b.zip
Delete FEATURE_TESTHOOK (#24746)
Diffstat (limited to 'src/inc/clrconfigvalues.h')
-rw-r--r--src/inc/clrconfigvalues.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inc/clrconfigvalues.h b/src/inc/clrconfigvalues.h
index 66fcda6d01..ab28104e84 100644
--- a/src/inc/clrconfigvalues.h
+++ b/src/inc/clrconfigvalues.h
@@ -247,7 +247,6 @@ CONFIG_DWORD_INFO_DIRECT_ACCESS(INTERNAL_SuppressChecks, W("SuppressChecks"), ""
#ifdef WIN64EXCEPTIONS
CONFIG_DWORD_INFO(INTERNAL_SuppressLockViolationsOnReentryFromOS, W("SuppressLockViolationsOnReentryFromOS"), 0, "64 bit OOM tests re-enter the CLR via RtlVirtualUnwind. This indicates whether to suppress resulting locking violations.")
#endif // WIN64EXCEPTIONS
-CONFIG_STRING_INFO(INTERNAL_TestHooks, W("TestHooks"), "Used by tests to get test an insight on various CLR workings")
///