summaryrefslogtreecommitdiff
path: root/src/vm/ecall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/ecall.cpp')
-rw-r--r--src/vm/ecall.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/ecall.cpp b/src/vm/ecall.cpp
index 858a5811d5..f3b0099e57 100644
--- a/src/vm/ecall.cpp
+++ b/src/vm/ecall.cpp
@@ -223,12 +223,8 @@ DWORD ECall::GetIDForMethod(MethodDesc *pMD)
}
CONTRACTL_END;
-#ifndef MDIL
// We should not go here for NGened methods
- // However, we will come here for MDIL binder generated images because the
- // IDs for FCALLS are not exernally known (and certainly not constant).
_ASSERTE(!pMD->IsZapped());
-#endif
INT ImplsIndex = FindImplsIndexForClass(pMD->GetMethodTable());
if (ImplsIndex < 0)