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

Commit 0eeb81a

Browse files
committed
Make CA happy
1 parent 56844b1 commit 0eeb81a

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
@@ -27,7 +27,6 @@ public class PullRequestStatusBarManager
2727
static readonly ILogger log = LogManager.ForContext<PullRequestStatusBarManager>();
2828
const string StatusBarPartName = "PART_SccStatusBarHost";
2929

30-
readonly IUsageTracker usageTracker;
3130
readonly ICommand openPullRequestsCommand;
3231
readonly ICommand showCurrentPullRequestCommand;
3332

@@ -46,8 +45,6 @@ public PullRequestStatusBarManager(
4645
Lazy<IPullRequestSessionManager> pullRequestSessionManager,
4746
Lazy<ITeamExplorerContext> teamExplorerContext)
4847
{
49-
this.usageTracker = usageTracker;
50-
5148
this.openPullRequestsCommand = new UsageTrackingCommand(openPullRequestsCommand,
5249
usageTracker, x => x.NumberOfOpenPullRequests);
5350
this.showCurrentPullRequestCommand = new UsageTrackingCommand(showCurrentPullRequestCommand,

0 commit comments

Comments
 (0)