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

Commit 47ccd4c

Browse files
committed
Removed unneeded method.
1 parent fa8aab8 commit 47ccd4c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/GitHub.App/SampleData/PullRequestDetailViewModelDesigner.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ public PullRequestDetailViewModelDesigner()
125125

126126
public Task InitializeAsync(ILocalRepositoryModel localRepository, IConnection connection, string owner, string repo, int number) => Task.CompletedTask;
127127

128-
public Task<string> ExtractFile(IPullRequestFileNode file, bool head)
129-
{
130-
return null;
131-
}
132-
133128
public string GetLocalFilePath(IPullRequestFileNode file)
134129
{
135130
return null;

0 commit comments

Comments
 (0)