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/Common/SignatureVariable.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Common/SignatureVariable.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Common/SignatureVariable.cs b/src/coreclr/tools/Common/TypeSystem/Common/SignatureVariable.cs
index 0bfcf24dc7c..4a26cb619d5 100644
--- a/src/coreclr/tools/Common/TypeSystem/Common/SignatureVariable.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Common/SignatureVariable.cs
@@ -1,12 +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 Internal.NativeFormat;
-using Debug = System.Diagnostics.Debug;
-
namespace Internal.TypeSystem
{
public abstract partial class SignatureVariable : TypeDesc