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/NativeFormat/NativeFormatReader.Primitives.cs')
-rw-r--r--src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.Primitives.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.Primitives.cs b/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.Primitives.cs
index e30810799e6..7f7a8ebdcec 100644
--- a/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.Primitives.cs
+++ b/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.Primitives.cs
@@ -7,9 +7,7 @@
// Utilities to read native data from images, that are written by the NativeFormatWriter engine
// ---------------------------------------------------------------------------
-using System;
using System.Diagnostics;
-using System.Runtime.CompilerServices;
namespace Internal.NativeFormat
{