From ce33da6008048914ab1073d14b34b59aab79be35 Mon Sep 17 00:00:00 2001 From: Salvage <29021710+Saalvage@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:36:42 +0200 Subject: [PATCH] Remove redundant usings --- tests/dotnet/CSharp/CSharp.Tests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/dotnet/CSharp/CSharp.Tests.cs b/tests/dotnet/CSharp/CSharp.Tests.cs index c5879fe78..6f312a7ce 100644 --- a/tests/dotnet/CSharp/CSharp.Tests.cs +++ b/tests/dotnet/CSharp/CSharp.Tests.cs @@ -3,10 +3,8 @@ using System.Linq; using System.Reflection; using System.Runtime.InteropServices; -using System.Text; using CSharp; using NUnit.Framework; -using ValueType = CSharp.ValueType; [TestFixture] public unsafe class CSharpTests