Fix unused code.

This commit is contained in:
2020-07-20 07:47:05 +01:00
parent 2748ee6b32
commit aeb3630d26
2 changed files with 0 additions and 4 deletions

View File

@@ -116,7 +116,6 @@ namespace Aaru.CommonTypes.Interfaces
/// <param name="track">Physical track (position of the heads over the floppy media, 0-based).</param>
/// <param name="head">Physical head (0-based).</param>
/// <param name="sector">Logical sector ID.</param>
/// <param name="status">Status of request.</param>
bool? VerifySector(ushort track, byte head, ushort sector);
}
}