summaryrefslogtreecommitdiff
path: root/src/vm/ceemain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/ceemain.cpp')
-rw-r--r--src/vm/ceemain.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vm/ceemain.cpp b/src/vm/ceemain.cpp
index f28785bc21..0bc7f4994a 100644
--- a/src/vm/ceemain.cpp
+++ b/src/vm/ceemain.cpp
@@ -137,7 +137,6 @@
#include "stackwalk.h"
#include "gcheaputilities.h"
#include "interoputil.h"
-#include "security.h"
#include "fieldmarshaler.h"
#include "dbginterface.h"
#include "eedbginterfaceimpl.h"
@@ -1111,12 +1110,6 @@ void EEStartupHelper(COINITIEE fFlags)
SystemDomain::SystemModule()->ExpandAll();
}
- //For a similar reason, let's not run VerifyAllOnLoad either.
- if (g_pConfig->VerifyModulesOnLoad())
- {
- SystemDomain::SystemModule()->VerifyAllMethods();
- }
-
// Perform mscorlib consistency check if requested
g_Mscorlib.CheckExtended();