Remove obsolete assert (dotnet/coreclr#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)
Commit migrated from https://github.com/dotnet/coreclr/commit/63b23cff8a93f834c61555960cbd724ba2276376

src/coreclr/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)