Remove hidden sector check for SAS

This commit is contained in:
PartialVolume
2024-09-14 13:24:05 +01:00
parent c837e943d7
commit 1691abdb0b

View File

@@ -369,7 +369,6 @@ int check_device( nwipe_context_t*** c, PedDevice* dev, int dcount )
case NWIPE_DEVICE_SAS:
strcpy( next_device->device_type_str, " SAS" );
check_HPA = 1;
break;
case NWIPE_DEVICE_MMC: