Removed IFileRead.Callback

This commit is contained in:
2022-02-24 17:08:48 -07:00
parent 200bd0487e
commit f715a5a377
8 changed files with 3 additions and 245 deletions

View File

@ -101,8 +101,6 @@ public class FileRead : Shared.FileRead, IFileRead
void IFileRead.CheckTests(Test[] tests, bool extra) => throw new Exception(string.Concat("Not ", nameof(_IsDuplicator)));
void IFileRead.Callback(object state) => throw new Exception(string.Concat("Not ", nameof(_IsDuplicator)));
private Tuple<string, Test[], JsonElement[], List<FileInfo>> GetExtractResult(string reportFullPath, DateTime dateTime)
{
if (dateTime == DateTime.MinValue)