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

Commit 39d77aa

Browse files
committed
Keep CA happy
1 parent 0983ef0 commit 39d77aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/GitHub.InlineReviews/Services/PullRequestStatusBarManager.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public class PullRequestStatusBarManager
2323
static readonly ILogger log = LogManager.ForContext<PullRequestStatusBarManager>();
2424
const string StatusBarPartName = "PART_SccStatusBarHost";
2525

26-
readonly IUsageTracker usageTracker;
2726
readonly IShowCurrentPullRequestCommand showCurrentPullRequestCommand;
2827

2928
// At the moment this must be constructed on the main thread.
@@ -32,11 +31,9 @@ public class PullRequestStatusBarManager
3231

3332
[ImportingConstructor]
3433
public PullRequestStatusBarManager(
35-
IUsageTracker usageTracker,
3634
IShowCurrentPullRequestCommand showCurrentPullRequestCommand,
3735
Lazy<IPullRequestSessionManager> pullRequestSessionManager)
3836
{
39-
this.usageTracker = usageTracker;
4037
this.showCurrentPullRequestCommand = showCurrentPullRequestCommand;
4138
this.pullRequestSessionManager = pullRequestSessionManager;
4239
}

0 commit comments

Comments
 (0)