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

Commit b923899

Browse files
committed
Clean up dead code
1 parent 88a753a commit b923899

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/GitHub.InlineReviews.UnitTests/TestDoubles/FakeDiffService.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ public void Dispose()
5555
{
5656
var path = repository.Info.WorkingDirectory;
5757

58-
// NOTE: IDiffService doesn't own the Repository object
59-
//repository.Dispose();
60-
6158
// The .git folder has some files marked as readonly, meaning that a simple
6259
// Directory.Delete doesn't work here.
6360
DeleteDirectory(path);

0 commit comments

Comments
 (0)