projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d1d9c
)
Remove obsolete assert (dotnet/coreclr#21260)
author
Andrew Au
<cshung@gmail.com>
Thu, 29 Nov 2018 02:23:00 +0000
(18:23 -0800)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/src/coreclr/src/debug/ee/debugger.cpp
b/src/coreclr/src/debug/ee/debugger.cpp
index
b23a1ca
..
8946e3a
100644
(file)
--- a/
src/coreclr/src/debug/ee/debugger.cpp
+++ b/
src/coreclr/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)