Annotate or remove unused elements.

This commit is contained in:
2023-10-05 01:05:23 +01:00
parent 7c9405492c
commit 9618e2c549
168 changed files with 397 additions and 216 deletions

View File

@@ -158,11 +158,13 @@ public sealed partial class ZFS
#region Nested type: ZIO_Checksum
#pragma warning disable CS0649 // Field is never assigned to, and will always have its default value
struct ZIO_Checksum
{
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 4)]
public ulong[] word;
}
#pragma warning restore CS0649 // Field is never assigned to, and will always have its default value
#endregion