mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove NVMe not implemented reporting static class.
This commit is contained in:
@@ -145,7 +145,7 @@ namespace DiscImageChef.Commands
|
||||
SecureDigital.Report(dev, ref report);
|
||||
break;
|
||||
case DeviceType.NVMe:
|
||||
Nvme.Report(dev, ref report, options.Debug, ref removable);
|
||||
throw new NotImplementedException("NVMe devices not yet supported.");
|
||||
break;
|
||||
case DeviceType.ATAPI:
|
||||
case DeviceType.SCSI:
|
||||
|
||||
Reference in New Issue
Block a user