Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.cs b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.cs
index 028fec14c23..d991a3f9b28 100644
--- a/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.cs
@@ -1,15 +1,8 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-using System;
-using System.Collections.Generic;
-using System.Reflection;
using System.Reflection.Metadata;
using System.Reflection.Metadata.Ecma335;
-using System.Threading;
-using Debug = System.Diagnostics.Debug;
-
-using Internal.NativeFormat;
namespace Internal.TypeSystem.Ecma
{