Skip to content

Commit

Permalink
Remove unused imports [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Nov 2, 2019
1 parent 07b66ea commit ce57548
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion MoreLinq.Test/AssertCountTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
namespace MoreLinq.Test
{
using System;
using System.Collections.Generic;
using NUnit.Framework;

[TestFixture]
Expand Down
1 change: 0 additions & 1 deletion MoreLinq.Test/BreakingReadOnlyCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

namespace MoreLinq.Test
{
using System;
using System.Collections.Generic;

class BreakingReadOnlyCollection<T> : BreakingSequence<T>, IReadOnlyCollection<T>
Expand Down
1 change: 0 additions & 1 deletion MoreLinq.Test/RepeatTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace MoreLinq.Test
{
using System.Collections.Generic;
using NUnit.Framework;

/// <summary>
Expand Down
1 change: 0 additions & 1 deletion MoreLinq.Test/SegmentTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace MoreLinq.Test
{
using System;
using NUnit.Framework;

/// <summary>
Expand Down
1 change: 0 additions & 1 deletion MoreLinq/Choose.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace MoreLinq
{
using System;
using System.Collections.Generic;
using System.Linq;

static partial class MoreEnumerable
{
Expand Down
1 change: 0 additions & 1 deletion MoreLinq/ScanRight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace MoreLinq
{
using System;
using System.Collections.Generic;
using System.Linq;

static partial class MoreEnumerable
{
Expand Down
1 change: 0 additions & 1 deletion MoreLinq/TagFirstLast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace MoreLinq
{
using System;
using System.Collections.Generic;
using System.Linq;

partial class MoreEnumerable
{
Expand Down

0 comments on commit ce57548

Please sign in to comment.