Remove MapBlock method from IReadOnlyFilesystem

This commit is contained in:
2022-12-19 11:23:45 +00:00
parent 27a8366ecb
commit 6fb4f8a38c
10 changed files with 1 additions and 188 deletions

View File

@@ -36,15 +36,6 @@ namespace Aaru.Filesystems;
public sealed partial class LisaFS
{
/// <inheritdoc />
public ErrorNumber MapBlock(string path, long fileBlock, out long deviceBlock)
{
deviceBlock = 0;
// TODO: Not really important.
return ErrorNumber.NotImplemented;
}
/// <summary>Searches the disk for an extents file (or gets it from cache)</summary>
/// <returns>Error.</returns>
/// <param name="fileId">File identifier.</param>