Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 01c81b2

Browse files
committed
Clean up redundant usings
1 parent a466295 commit 01c81b2

File tree

7 files changed

+3
-9
lines changed

7 files changed

+3
-9
lines changed

src/GitHub.App/Services/PullRequestService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
using System.Reactive;
1515
using System.Collections.Generic;
1616
using LibGit2Sharp;
17-
using System.Diagnostics;
1817
using GitHub.Logging;
1918

2019
namespace GitHub.Services

src/GitHub.App/ViewModels/GitHubPane/GitHubPaneViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
using GitHub.Primitives;
1616
using GitHub.Services;
1717
using GitHub.VisualStudio;
18-
using GitHub.Helpers;
1918
using ReactiveUI;
2019
using OleMenuCommand = Microsoft.VisualStudio.Shell.OleMenuCommand;
2120

src/GitHub.App/ViewModels/GitHubPane/PullRequestDetailViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
using System.IO;
55
using System.Linq;
66
using System.Reactive;
7-
using System.ComponentModel;
8-
using System.Reactive.Disposables;
97
using System.Reactive.Linq;
108
using System.Reactive.Threading.Tasks;
119
using System.Threading.Tasks;

src/GitHub.Exports/Models/IBranch.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using GitHub.Collections;
2-
using System;
1+
using System;
2+
using GitHub.Collections;
33

44
namespace GitHub.Models
55
{

src/GitHub.InlineReviews/Services/PullRequestSessionManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
using System.Threading.Tasks;
1111
using GitHub.Extensions;
1212
using GitHub.Factories;
13-
using GitHub.Helpers;
1413
using GitHub.InlineReviews.Models;
1514
using GitHub.Logging;
1615
using GitHub.Models;

test/GitHub.InlineReviews.UnitTests/Services/PullRequestSessionManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Linq;
44
using System.Reactive.Linq;
55
using System.Reactive.Subjects;
6+
using System.Reactive.Disposables;
67
using System.Text;
78
using System.Threading.Tasks;
89
using GitHub.Factories;
@@ -17,7 +18,6 @@
1718
using Microsoft.VisualStudio.Utilities;
1819
using NSubstitute;
1920
using NUnit.Framework;
20-
using System.Reactive.Disposables;
2121

2222
namespace GitHub.InlineReviews.UnitTests.Services
2323
{

test/UnitTests/GitHub.TeamFoundation/VSGitExtTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Linq;
32
using System.Threading;
43
using System.ComponentModel;
54
using System.Collections.Generic;

0 commit comments

Comments
 (0)