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

Commit 6352d96

Browse files
Removing unused code
1 parent 2e18532 commit 6352d96

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/GitHub.InlineReviews/ViewModels/InlineCommentPeekViewModel.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,6 @@ async Task UpdateThread()
188188
placeholder.Body = placeholderBody;
189189
}
190190
}
191-
192-
threadSubscription = Thread
193-
.WhenAnyValue(model => model.EditComment, model => model.DeleteComment)
194-
.Skip(1)
195-
.Subscribe(_ =>
196-
{
197-
198-
});
199191
}
200192

201193
async Task SessionChanged(IPullRequestSession pullRequestSession)

0 commit comments

Comments
 (0)