Remove obsolete assert (#21260)
authorAndrew Au <cshung@gmail.com>
Thu, 29 Nov 2018 02:23:00 +0000 (18:23 -0800)
committerJan Kotas <jkotas@microsoft.com>
Thu, 29 Nov 2018 02:23:00 +0000 (18:23 -0800)
src/debug/ee/debugger.cpp

index b23a1ca..8946e3a 100644 (file)
@@ -5382,8 +5382,6 @@ DebuggerModule* Debugger::LookupOrCreateModule(Module* pModule, AppDomain *pAppD
     // with a matching appdomain id
     // it.
 
-    _ASSERTE( SystemDomain::SystemAssembly()->IsDomainNeutral() );
-
     DebuggerModule* dmod = NULL;
 
     if (m_pModules != NULL)