Skip to content

Commit 59c3aa2

Browse files
committed
Removed obsoleted methods from MockQueryableCommitLog
1 parent 0c3c8f8 commit 59c3aa2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/GitVersionCore.Tests/Mocks/MockQueryableCommitLog.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,6 @@ public IEnumerable<LogEntry> QueryBy(string path)
3737
throw new NotImplementedException();
3838
}
3939

40-
#pragma warning disable CS0618 // Type or member is obsolete
41-
public IEnumerable<LogEntry> QueryBy(string path, FollowFilter filter)
42-
#pragma warning restore CS0618 // Type or member is obsolete
43-
{
44-
throw new NotImplementedException();
45-
}
46-
47-
public Commit FindMergeBase(Commit first, Commit second)
48-
{
49-
return null;
50-
}
51-
52-
public Commit FindMergeBase(IEnumerable<Commit> commits, MergeBaseFindingStrategy strategy)
53-
{
54-
throw new NotImplementedException();
55-
}
5640

5741
public IEnumerable<LogEntry> QueryBy(string path, CommitFilter filter)
5842
{

0 commit comments

Comments
 (0)