Skip to content

Commit

Permalink
redundant usings due to var change
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed May 31, 2019
1 parent d39df58 commit c5233b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Serilog/Core/Sinks/SecondaryLoggerSink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

using System;
using System.Linq;
using Serilog.Events;

namespace Serilog.Core.Sinks
Expand Down
3 changes: 0 additions & 3 deletions test/Serilog.PerformanceTests/BindingBenchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@
// limitations under the License.

using BenchmarkDotNet.Attributes;
using System;
using System.Collections.Generic;
using System.Linq;
using Serilog.Events;
using Serilog.Parsing;
using Serilog.PerformanceTests.Support;

namespace Serilog.PerformanceTests
Expand Down

0 comments on commit c5233b2

Please sign in to comment.