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/Internal/Metadata/NativeFormat/MdBinaryReader.cs')
-rw-r--r--src/coreclr/tools/Common/Internal/Metadata/NativeFormat/MdBinaryReader.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/coreclr/tools/Common/Internal/Metadata/NativeFormat/MdBinaryReader.cs b/src/coreclr/tools/Common/Internal/Metadata/NativeFormat/MdBinaryReader.cs
index 660c2f5d20d..b52493d1b4b 100644
--- a/src/coreclr/tools/Common/Internal/Metadata/NativeFormat/MdBinaryReader.cs
+++ b/src/coreclr/tools/Common/Internal/Metadata/NativeFormat/MdBinaryReader.cs
@@ -1,13 +1,6 @@
// 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.IO;
-using System.Collections.Generic;
-using System.Reflection;
-using Debug = System.Diagnostics.Debug;
-using System.Threading;
-using System.Text;
using Internal.NativeFormat;
namespace Internal.Metadata.NativeFormat