From 89813f107451d1416ec4ee6858b46af0b8a37d36 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 c5879fe7..6f312a7c 100644 --- a/tests/dotnet/CSharp/CSharp.Tests.cs +++ b/tests/dotnet/CSharp/CSharp.Tests.cs @@ -3,10 +3,8 @@ using System.Collections.Generic; 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