Remove NVMe not implemented reporting static class.

This commit is contained in:
2018-11-25 18:41:29 +00:00
parent 499905d832
commit ac29604264
4 changed files with 1 additions and 51 deletions

View File

@@ -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: