summaryrefslogtreecommitdiff
path: root/src/gc/handletable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/handletable.cpp')
-rw-r--r--src/gc/handletable.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gc/handletable.cpp b/src/gc/handletable.cpp
index fde5cff021..0c05715e53 100644
--- a/src/gc/handletable.cpp
+++ b/src/gc/handletable.cpp
@@ -301,14 +301,6 @@ OBJECTHANDLE HndCreateHandle(HHANDLETABLE hTable, uint32_t uType, OBJECTREF obje
}
CONTRACTL_END;
-#if defined( _DEBUG) && !defined(FEATURE_REDHAWK)
- if (g_pConfig->ShouldInjectFault(INJECTFAULT_HANDLETABLE))
- {
- FAULT_NOT_FATAL();
- return NULL;
- }
-#endif // _DEBUG && !FEATURE_REDHAWK
-
// If we are creating a variable-strength handle, verify that the
// requested variable handle type is valid.
_ASSERTE(uType != HNDTYPE_VARIABLE || IS_VALID_VHT_VALUE(lExtraInfo));