summaryrefslogtreecommitdiff
path: root/src/vm/methodtable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/methodtable.cpp')
-rw-r--r--src/vm/methodtable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/methodtable.cpp b/src/vm/methodtable.cpp
index b80f1e886d..7491bfd45c 100644
--- a/src/vm/methodtable.cpp
+++ b/src/vm/methodtable.cpp
@@ -553,7 +553,7 @@ BOOL MethodTable::IsInitError()
void MethodTable::SetClassInited()
{
WRAPPER_NO_CONTRACT;
- _ASSERTE(!IsClassPreInited() || MscorlibBinder::IsClass(this, CLASS__SHARED_STATICS));
+ _ASSERTE(!IsClassPreInited());
GetDomainLocalModule()->SetClassInitialized(this);
}