From 6200dcc8030bd103f2cda6441c4c09fca4d19aa1 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Tue, 23 Apr 2019 18:28:11 +0200 Subject: [PATCH] Clean up unused import --- ATxService/AutoTx.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ATxService/AutoTx.cs b/ATxService/AutoTx.cs index 81a064f..ad87152 100644 --- a/ATxService/AutoTx.cs +++ b/ATxService/AutoTx.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Configuration; using System.Diagnostics; -using System.Linq; using System.ServiceProcess; using System.IO; using System.Reflection; -- GitLab