This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit fa93368b8e5334a49a7857efeacb79f1befc01da Author: Shad Storhaug <[email protected]> AuthorDate: Tue Jul 9 16:04:52 2019 +0700 Lucene.Net.Support.IO.FileSupport: Removed unnecessary using statement (closes #226) --- src/Lucene.Net/Support/IO/FileSupport.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Lucene.Net/Support/IO/FileSupport.cs b/src/Lucene.Net/Support/IO/FileSupport.cs index dd89e32..3478829 100644 --- a/src/Lucene.Net/Support/IO/FileSupport.cs +++ b/src/Lucene.Net/Support/IO/FileSupport.cs @@ -1,7 +1,6 @@ using Lucene.Net.Util; using System; using System.Collections.Concurrent; -using System.Collections.Generic; using System.IO; using System.Linq; using System.Text;
