Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikasoukhov committed Feb 23, 2025
1 parent 32fcc59 commit 11c12ad
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Common/Disposable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ namespace Ecng.Common
#region Using Directives

using System;
using System.Threading;
using System.Threading.Tasks;
using System.ComponentModel;
using System.Diagnostics;
using System.Xml.Serialization;
Expand Down
1 change: 0 additions & 1 deletion Common/FastCsvReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace Ecng.Common
{
using System;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text;

Expand Down
1 change: 0 additions & 1 deletion Common/TypeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ namespace Ecng.Common
using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.Security.Cryptography;
Expand Down
3 changes: 0 additions & 3 deletions Net.Clients/Properties/Usings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
global using global::System.Net;
global using global::System.Net.Http;
global using global::System.Net.Http.Formatting;
global using global::System.Security;

global using global::Ecng.Common;
global using global::Ecng.Collections;

global using global::Newtonsoft.Json;
1 change: 0 additions & 1 deletion Tests/Properties/usings.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
global using System;
global using System.IO;
global using System.IO.Compression;
global using System.Linq;
global using System.Collections.Generic;
global using System.Threading.Tasks;
Expand Down

0 comments on commit 11c12ad

Please sign in to comment.