Fix unused code.

This commit is contained in:
2020-07-20 07:47:12 +01:00
parent da452ea834
commit 0e7a86880e
149 changed files with 344 additions and 129 deletions

View File

@@ -42,6 +42,7 @@ using Marshal = Aaru.Helpers.Marshal;
namespace Aaru.Filesystems
{
// Information from the Linux kernel
[SuppressMessage("ReSharper", "UnusedMember.Local")]
public class ext2FS : IFilesystem
{
const int SB_POS = 0x400;