mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Annotate or remove unused elements.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
// ****************************************************************************/
|
||||
|
||||
using System;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
@@ -45,6 +46,7 @@ namespace Aaru.CommonTypes.Structs;
|
||||
|
||||
/// <summary>File attributes.</summary>
|
||||
[Flags]
|
||||
[SuppressMessage("ReSharper", "UnusedMember.Global")]
|
||||
public enum FileAttributes : ulong
|
||||
{
|
||||
/// <summary>File has no attributes</summary>
|
||||
@@ -241,6 +243,7 @@ public class FileEntryInfo
|
||||
}
|
||||
|
||||
/// <summary>Information about a volume</summary>
|
||||
[SuppressMessage("ReSharper", "NotAccessedField.Global")]
|
||||
public class FileSystemInfo
|
||||
{
|
||||
/// <summary>Blocks for this filesystem</summary>
|
||||
|
||||
Reference in New Issue
Block a user