mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Removed unneeded value sets.
This commit is contained in:
@@ -197,7 +197,7 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
else if(page.CLEAR && page.ADDP)
|
||||
sb.AppendLine("\tDevice shall erase all partitions differing on size on MODE SELECT for partitioning");
|
||||
|
||||
string measure = "";
|
||||
string measure;
|
||||
|
||||
switch(page.PSUM)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user