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

Commit 92e08f9

Browse files
committed
Keep CA happy - take 3
1 parent 9ef8675 commit 92e08f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GitHub.VisualStudio/Commands/OpenFileInSolutionCommand.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public class OpenFileInSolutionCommand : VsCommand, IOpenFileInSolutionCommand
2828
public const int CommandId = PkgCmdIDList.openFileInSolutionCommand;
2929

3030
readonly IGitHubServiceProvider serviceProvider;
31-
readonly Lazy<IVsTextManager> textManager;
3231
readonly Lazy<IVsEditorAdaptersFactoryService> editorAdapter;
3332
readonly Lazy<IPullRequestSessionManager> sessionManager;
3433
readonly Lazy<IPullRequestEditorService> pullRequestEditorService;
@@ -44,7 +43,6 @@ public OpenFileInSolutionCommand(
4443
Lazy<IStatusBarNotificationService> statusBar,
4544
Lazy<IUsageTracker> usageTracker) : base(CommandSet, CommandId)
4645
{
47-
textManager = new Lazy<IVsTextManager>(() => serviceProvider.GetService<SVsTextManager, IVsTextManager>());
4846
this.serviceProvider = serviceProvider;
4947
this.editorAdapter = editorAdapter;
5048
this.sessionManager = sessionManager;

0 commit comments

Comments
 (0)