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:
@@ -181,7 +181,7 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
|
||||
if(header.Value.WriteProtected) sb.AppendLine("\tMedium is write protected");
|
||||
|
||||
string medium = "";
|
||||
string medium;
|
||||
|
||||
switch(header.Value.MediumType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user