From e92ede15d5c2e33ed640375b1eac02d6af166238 Mon Sep 17 00:00:00 2001 From: Mike Voorhees Date: Thu, 26 Aug 2021 06:07:27 -0400 Subject: Remove unused usings (#2229) --- test/Mono.Linker.Tests.Cases/DataFlow/GenericParameterDataFlow.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/Mono.Linker.Tests.Cases/DataFlow') diff --git a/test/Mono.Linker.Tests.Cases/DataFlow/GenericParameterDataFlow.cs b/test/Mono.Linker.Tests.Cases/DataFlow/GenericParameterDataFlow.cs index 357eb562c..a765e85aa 100644 --- a/test/Mono.Linker.Tests.Cases/DataFlow/GenericParameterDataFlow.cs +++ b/test/Mono.Linker.Tests.Cases/DataFlow/GenericParameterDataFlow.cs @@ -1,9 +1,6 @@ using System; -using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Reflection; -using System.Security.Policy; -using System.Text; using Mono.Linker.Tests.Cases.Expectations.Assertions; using Mono.Linker.Tests.Cases.Expectations.Helpers; using BindingFlags = System.Reflection.BindingFlags; -- cgit v1.2.3