summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorAndrew Au <cshung@gmail.com>2018-11-28 18:23:00 -0800
committerJan Kotas <jkotas@microsoft.com>2018-11-28 18:23:00 -0800
commit63b23cff8a93f834c61555960cbd724ba2276376 (patch)
tree6be19e3f7000cb3cd129c36051df328eb5a02328 /src/debug
parentb6d47b3a1b5b05c25968701615707e381f35a7ce (diff)
downloadcoreclr-63b23cff8a93f834c61555960cbd724ba2276376.tar.gz
coreclr-63b23cff8a93f834c61555960cbd724ba2276376.tar.bz2
coreclr-63b23cff8a93f834c61555960cbd724ba2276376.zip
Remove obsolete assert (#21260)
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/ee/debugger.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/debug/ee/debugger.cpp b/src/debug/ee/debugger.cpp
index b23a1ca905..8946e3a913 100644
--- a/src/debug/ee/debugger.cpp
+++ b/src/debug/ee/debugger.cpp
@@ -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)