summaryrefslogtreecommitdiff
path: root/src/vm/precode.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-03-16 15:51:52 -0700
committerJan Kotas <jkotas@microsoft.com>2015-03-16 15:51:52 -0700
commit19abbdb3b2f1dfb4db6aaae479f14745af8c2569 (patch)
treef5617b575324e869295b91e9f345664c4fab1996 /src/vm/precode.cpp
parent86c02cdb1e8cc17669930e22219390bf8f672cf5 (diff)
downloadcoreclr-19abbdb3b2f1dfb4db6aaae479f14745af8c2569.tar.gz
coreclr-19abbdb3b2f1dfb4db6aaae479f14745af8c2569.tar.bz2
coreclr-19abbdb3b2f1dfb4db6aaae479f14745af8c2569.zip
Delete PrecodeStubManager::PrecodeIsPrecodeByAsm method
This method was expensive to port. There was just one place remaining that used. I have replaced it with different implementation.
Diffstat (limited to 'src/vm/precode.cpp')
-rw-r--r--src/vm/precode.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/precode.cpp b/src/vm/precode.cpp
index c214c4fea3..4a64bfb989 100644
--- a/src/vm/precode.cpp
+++ b/src/vm/precode.cpp
@@ -347,8 +347,6 @@ Precode* Precode::Allocate(PrecodeType t, MethodDesc* pMD,
#ifndef CROSSGEN_COMPILE
ClrFlushInstructionCache(pPrecode, size);
-
- _ASSERTE(PrecodeStubManager::IsPrecodeByAsm(pPrecode->GetEntryPoint()));
#endif
return pPrecode;