Browse Source

Remove unused usings

tznind 9 months ago
parent
commit
085a0cf32c

+ 0 - 1
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/AnsiRequestScheduler.cs

@@ -1,6 +1,5 @@
 #nullable enable
 #nullable enable
 using System.Collections.Concurrent;
 using System.Collections.Concurrent;
-using System.Diagnostics;
 
 
 namespace Terminal.Gui;
 namespace Terminal.Gui;
 
 

+ 0 - 2
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/AnsiResponseExpectation.cs

@@ -1,6 +1,4 @@
 #nullable enable
 #nullable enable
-using Terminal;
-
 namespace Terminal.Gui;
 namespace Terminal.Gui;
 
 
 public record AnsiResponseExpectation (string Terminator, Action<string> Response)
 public record AnsiResponseExpectation (string Terminator, Action<string> Response)

+ 0 - 2
Terminal.Gui/ConsoleDrivers/AnsiResponseParser/AnsiResponseParser.cs

@@ -1,7 +1,5 @@
 #nullable enable
 #nullable enable
 
 
-using System.Runtime.ConstrainedExecution;
-
 namespace Terminal.Gui;
 namespace Terminal.Gui;