Skip to content

Commit d275e14

Browse files
committed
Removed obsoleted methods from MockQueryableCommitLog
1 parent ddbfc3a commit d275e14

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/GitVersionCore.Tests/Mocks/MockQueryableCommitLog.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,7 @@ public IEnumerable<LogEntry> QueryBy(string path)
3636
{
3737
throw new NotImplementedException();
3838
}
39-
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-
}
39+
5640

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

0 commit comments

Comments
 (0)