summaryrefslogtreecommitdiff
path: root/src/vm/arm/stubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/arm/stubs.cpp')
-rw-r--r--src/vm/arm/stubs.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vm/arm/stubs.cpp b/src/vm/arm/stubs.cpp
index 7e5b58c54b..38009167e3 100644
--- a/src/vm/arm/stubs.cpp
+++ b/src/vm/arm/stubs.cpp
@@ -2512,11 +2512,6 @@ void InitJITHelpers1()
{
STANDARD_VM_CONTRACT;
-#if CHECK_APP_DOMAIN_LEAKS
- if(g_pConfig->AppDomainLeaks())
- SetJitHelperFunction(CORINFO_HELP_ARRADDR_ST, JIT_Stelem_Ref_Portable);
-#endif
-
// Allocation helpers, faster but non-logging.
if (!(TrackAllocationsEnabled()
|| LoggingOn(LF_GCALLOC, LL_INFO10)