summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mscorlib/src/System/Diagnostics/Eventing/EventSource.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/Diagnostics/Eventing/EventSource.cs b/src/mscorlib/src/System/Diagnostics/Eventing/EventSource.cs
index ce6b9899ec..374d0699d1 100644
--- a/src/mscorlib/src/System/Diagnostics/Eventing/EventSource.cs
+++ b/src/mscorlib/src/System/Diagnostics/Eventing/EventSource.cs
@@ -4271,7 +4271,6 @@ namespace System.Diagnostics.Tracing
{
lock (EventListenersLock)
{
- Contract.Assert(s_Listeners != null);
if (s_Listeners != null)
{
if (this == s_Listeners)