summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/IProgress.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/IProgress.cs')
-rw-r--r--src/mscorlib/src/System/IProgress.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mscorlib/src/System/IProgress.cs b/src/mscorlib/src/System/IProgress.cs
index e1043015ce..724c7bdce9 100644
--- a/src/mscorlib/src/System/IProgress.cs
+++ b/src/mscorlib/src/System/IProgress.cs
@@ -2,17 +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 providing progress updates.
-**
-**
-===========================================================*/
-
namespace System
{
/// <summary>Defines a provider for progress updates.</summary>