From 59331b2c764419aa6cbd95636f47d271193f14fc Mon Sep 17 00:00:00 2001 From: KnYL3R Date: Sun, 26 May 2024 17:40:13 +0200 Subject: [PATCH] removed unused imports --- code/AmIVulnerable/AmIVulnerable/Controllers/GitController.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/AmIVulnerable/AmIVulnerable/Controllers/GitController.cs b/code/AmIVulnerable/AmIVulnerable/Controllers/GitController.cs index b57b1a7..2578992 100644 --- a/code/AmIVulnerable/AmIVulnerable/Controllers/GitController.cs +++ b/code/AmIVulnerable/AmIVulnerable/Controllers/GitController.cs @@ -1,14 +1,10 @@ using Microsoft.AspNetCore.Mvc; -using Microsoft.CodeAnalysis.CSharp; using Modells; using MySql.Data.MySqlClient; using Newtonsoft.Json; using SerilogTimings; -using System; using System.Data; using System.Diagnostics; -using System.Diagnostics.CodeAnalysis; -using System.Text.Json.Nodes; using System.Text.RegularExpressions; using CM = System.Configuration.ConfigurationManager;