summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@microsoft.com>2016-07-29 13:42:00 -0700
committerGitHub <noreply@github.com>2016-07-29 13:42:00 -0700
commitbe81369a85fdbfd0527cbfcc2e7c261a7c8a2f99 (patch)
tree2f3b24eafc60418f14b5c14b303a2718a872aef6 /src
parent4e87b31976f92f9c9d9d1a835c7b4b6d939c4091 (diff)
parent00190bb80348f9c118b125c682e48373160dd46d (diff)
downloadcoreclr-be81369a85fdbfd0527cbfcc2e7c261a7c8a2f99.tar.gz
coreclr-be81369a85fdbfd0527cbfcc2e7c261a7c8a2f99.tar.bz2
coreclr-be81369a85fdbfd0527cbfcc2e7c261a7c8a2f99.zip
Merge pull request #6515 from kyulee1/fixcontract
Remove useless contract in EventListener
Diffstat (limited to 'src')
-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)