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

@@ -26,11 +26,13 @@
// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
using Aaru.Console;
using Aaru.Devices;
namespace Aaru.Tests.Devices;
[SuppressMessage("ReSharper", "UnusedParameter.Global")]
static partial class MainClass
{
public static void NVMe(string devPath, Device dev)