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