mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove MapBlock method from IReadOnlyFilesystem
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user