mirror of
https://github.com/aaru-dps/Aaru.Decoders.git
synced 2025-12-16 19:24:32 +00:00
Remove redundant assignments.
This commit is contained in:
@@ -592,7 +592,7 @@ namespace Aaru.Decoders.SecureDigital
|
||||
sb.AppendLine("\tDevice can write protect regions");
|
||||
|
||||
// TODO: Check specification
|
||||
unitFactor = Convert.ToDouble(csd.WriteProtectGroupSize);
|
||||
// unitFactor = Convert.ToDouble(csd.WriteProtectGroupSize);
|
||||
|
||||
sb.AppendFormat("\tDevice can write protect a minimum of {0} blocks at a time", (int)(result + 1)).
|
||||
AppendLine();
|
||||
|
||||
Reference in New Issue
Block a user