Skip to content

Commit 1ed8075

Browse files
committed
Remove unused usings
1 parent db533a5 commit 1ed8075

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/FileLogger/LogFileSettings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Concurrent;
33
using System.Collections.Generic;
44
using System.Diagnostics.CodeAnalysis;
5-
using System.Linq;
65
using System.Reflection;
76
using System.Text;
87
using System.Threading;

test/FileLogger.Test/Helpers/PlatformFactAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Linq;
32
using System.Runtime.InteropServices;
43
using Xunit;
54

0 commit comments

Comments
 (0)