Skip to content

Commit e326241

Browse files
Remove unused usings
1 parent 0cd9fff commit e326241

File tree

340 files changed

+6
-783
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

340 files changed

+6
-783
lines changed

exercises/concept/annalyns-infiltration/AnnalynsInfiltration.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System;
2-
31
static class QuestLogic
42
{
53
public static bool CanFastAttack(bool knightIsAwake)

exercises/concept/annalyns-infiltration/AnnalynsInfiltrationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Xunit;
21
using Exercism.Tests;
32

43
public class AnnalynsInfiltrationTests

exercises/concept/attack-of-the-trolls/AttackOfTheTrolls.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
22

33
// TODO: define the 'AccountType' enum
44

exercises/concept/attack-of-the-trolls/AttackOfTheTrollsTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Xunit;
21
using Exercism.Tests;
32

43
public class AttackOfTheTrollsTests

exercises/concept/authentication-system/AuthenticationSystem.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Collections.Generic;
2-
31
public class Authenticator
42
{
53
private class EyeColor

exercises/concept/authentication-system/AuthenticationSystemTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using Xunit;
41
using Exercism.Tests;
52

63
public class AuthenticationSystemTests

exercises/concept/beauty-salon-goes-global/BeautySalonGoesGlobal.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System;
2-
3-
41
public enum Location
52
{
63
NewYork,

exercises/concept/beauty-salon-goes-global/BeautySalonGoesGlobalTests.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
using System;
2-
using System.Collections.Generic;
31
using System.Globalization;
4-
using System.Linq;
5-
using System.Threading;
6-
using Xunit;
2+
73
using Exercism.Tests;
84

95
public class BeautySalonGoesGlobalTests

exercises/concept/bird-watcher/BirdWatcher.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System;
2-
31
class BirdCount
42
{
53
private int[] birdsPerDay;

exercises/concept/bird-watcher/BirdWatcherTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Xunit;
21
using Exercism.Tests;
32

43
public class BirdWatcherTests

0 commit comments

Comments
 (0)