summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/IObserver.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/IObserver.cs')
-rw-r--r--src/mscorlib/src/System/IObserver.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mscorlib/src/System/IObserver.cs b/src/mscorlib/src/System/IObserver.cs
index 7f55ce0c46..39e123de8d 100644
--- a/src/mscorlib/src/System/IObserver.cs
+++ b/src/mscorlib/src/System/IObserver.cs
@@ -2,20 +2,6 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
-/*============================================================
-**
-**
-**
-**
-**
-** Purpose: Interface for exposing an Observer in the
-** Observer pattern
-**
-**
-===========================================================*/
-
-using System;
-
namespace System
{
public interface IObserver<in T>