Skip to content

Commit 9a6fcec

Browse files
committed
简化 using
1 parent 3ef9de9 commit 9a6fcec

39 files changed

+10
-125
lines changed

csharp/ToolGood.Algorithm2/AlgorithmEngineHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Antlr4.Runtime;
22
using System;
33
using System.Collections.Generic;
4-
using System.Linq;
54
using ToolGood.Algorithm.Internals;
65

76
namespace ToolGood.Algorithm

csharp/ToolGood.Algorithm2/ConditionCache.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Antlr4.Runtime;
22
using System;
33
using System.Collections.Generic;
4-
using System.Linq;
54
using ToolGood.Algorithm.Internals;
65
using static mathParser;
76

csharp/ToolGood.Algorithm2/DiyNameInfo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
53

64
namespace ToolGood.Algorithm
75
{

csharp/ToolGood.Algorithm2/Internals/AntlrLookupEngine.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Globalization;
4-
using System.Linq;
5-
using System.Text;
6-
7-
namespace ToolGood.Algorithm.Internals
1+
namespace ToolGood.Algorithm.Internals
82
{
93
class AntlrLookupEngine : AlgorithmEngine
104
{

csharp/ToolGood.Algorithm2/Internals/CharUtil.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Linq;
43
using System.Text;
54

65
namespace ToolGood.Algorithm.Internals

csharp/ToolGood.Algorithm2/Internals/ConditionCacheInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Antlr4.Runtime;
22
using System;
3-
using System.Linq;
43
using static mathParser;
54

65
namespace ToolGood.Algorithm.Internals

csharp/ToolGood.Algorithm2/LitJson/IJsonWrapper.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
using System.Collections;
2-
using System.Collections.Specialized;
3-
4-
51
namespace ToolGood.Algorithm.LitJson
62
{
73

csharp/ToolGood.Algorithm2/LitJson/JsonData.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using System;
22
using System.Collections;
33
using System.Collections.Generic;
4-
using System.Collections.Specialized;
5-
using System.IO;
64

75

86
namespace ToolGood.Algorithm.LitJson

csharp/ToolGood.Algorithm2/LitJson/JsonMapper.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
using System;
2-
using System.Collections;
3-
using System.Collections.Generic;
4-
using System.Globalization;
5-
using System.IO;
6-
using System.Reflection;
7-
8-
91
namespace ToolGood.Algorithm.LitJson
102
{
113
class JsonMapper

csharp/ToolGood.Algorithm2/LitJson/JsonReader.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
using System;
21
using System.Collections.Generic;
32
using System.Globalization;
43
using System.IO;
5-
using System.Text;
64

75

86
namespace ToolGood.Algorithm.LitJson

0 commit comments

Comments
 (0)