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

Commit bfc8707

Browse files
More cleanup
1 parent 5065050 commit bfc8707

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/GitHub.App/Services/PullRequestEditorService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Linq;
66
using System.Reactive.Linq;
77
using System.Threading.Tasks;
8-
using System.Windows.Forms;
98
using GitHub.Commands;
109
using GitHub.Extensions;
1110
using GitHub.Models;

src/GitHub.Exports.Reactive/Services/IPullRequestService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ IObservable<IReadOnlyList<CommitMessage>> GetMessagesForUniqueCommits(
225225
string compareBranch,
226226
int maxCommits);
227227

228-
229-
230228
/// <summary>
231229
/// Displays a confirmation diaglog to ask if the user wants to cancel a pending review.
232230
/// </summary>

0 commit comments

Comments
 (0)