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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-01-04 21:51:01 +0300
committerEric Mellino <erme@microsoft.com>2017-01-04 21:51:01 +0300
commita2bb9df735446fc5c36d952a27ca455c05eaabdb (patch)
tree2a04feae5fc6155243f6a7f629be1e9082bd0bf2 /src
parente22a66d1e00af56f8abb1696d74914abe8d28d1e (diff)
Remove an unused using from Vector.tt/cs
Diffstat (limited to 'src')
-rw-r--r--src/System.Numerics.Vectors/src/System/Numerics/Vector.cs1
-rw-r--r--src/System.Numerics.Vectors/src/System/Numerics/Vector.tt1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Numerics.Vectors/src/System/Numerics/Vector.cs b/src/System.Numerics.Vectors/src/System/Numerics/Vector.cs
index fc660810df..dd58b4da6b 100644
--- a/src/System.Numerics.Vectors/src/System/Numerics/Vector.cs
+++ b/src/System.Numerics.Vectors/src/System/Numerics/Vector.cs
@@ -2,7 +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.
-using System.Diagnostics.Contracts;
using System.Globalization;
using System.Numerics.Hashing;
using System.Runtime.CompilerServices;
diff --git a/src/System.Numerics.Vectors/src/System/Numerics/Vector.tt b/src/System.Numerics.Vectors/src/System/Numerics/Vector.tt
index 55c32aac67..43552bc3a3 100644
--- a/src/System.Numerics.Vectors/src/System/Numerics/Vector.tt
+++ b/src/System.Numerics.Vectors/src/System/Numerics/Vector.tt
@@ -7,7 +7,6 @@
<#@ import namespace="System.Runtime.InteropServices" #>
<#@ include file="GenerationConfig.ttinclude" #><# GenerateCopyrightHeader(); #>
-using System.Diagnostics.Contracts;
using System.Globalization;
using System.Numerics.Hashing;
using System.Runtime.CompilerServices;