This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
GitHub.App.UnitTests/TestDoubles
GitHub.Exports.UnitTests/TestDoubles Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,6 @@ public ICommitLog QueryBy(CommitFilter filter)
22
22
throw new NotImplementedException ( ) ;
23
23
}
24
24
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
-
32
25
public IEnumerable < LogEntry > QueryBy ( string path , CommitFilter filter )
33
26
{
34
27
throw new NotImplementedException ( ) ;
Original file line number Diff line number Diff line change @@ -22,13 +22,6 @@ public ICommitLog QueryBy(CommitFilter filter)
22
22
throw new NotImplementedException ( ) ;
23
23
}
24
24
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
-
32
25
public IEnumerable < LogEntry > QueryBy ( string path , CommitFilter filter )
33
26
{
34
27
throw new NotImplementedException ( ) ;
You can’t perform that action at this time.
0 commit comments