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

Commit 8b6a488

Browse files
committed
Remove obsolete IQueryableCommitLog.QueryBy imple
1 parent b0c037b commit 8b6a488

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

test/GitHub.App.UnitTests/TestDoubles/FakeCommitLog.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ public ICommitLog QueryBy(CommitFilter filter)
2222
throw new NotImplementedException();
2323
}
2424

25-
#pragma warning disable 618 // Type or member is obsolete
26-
public IEnumerable<LogEntry> QueryBy(string path, FollowFilter filter)
27-
{
28-
throw new NotImplementedException();
29-
}
30-
#pragma warning restore 618 // Type or member is obsolete
31-
3225
public IEnumerable<LogEntry> QueryBy(string path, CommitFilter filter)
3326
{
3427
throw new NotImplementedException();

test/GitHub.Exports.UnitTests/TestDoubles/FakeCommitLog.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ public ICommitLog QueryBy(CommitFilter filter)
2222
throw new NotImplementedException();
2323
}
2424

25-
#pragma warning disable 618 // Type or member is obsolete
26-
public IEnumerable<LogEntry> QueryBy(string path, FollowFilter filter)
27-
{
28-
throw new NotImplementedException();
29-
}
30-
#pragma warning restore 618 // Type or member is obsolete
31-
3225
public IEnumerable<LogEntry> QueryBy(string path, CommitFilter filter)
3326
{
3427
throw new NotImplementedException();

0 commit comments

Comments
 (0)