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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user