Remove redundant assignments.

This commit is contained in:
2021-08-17 14:40:49 +01:00
parent e9e427d50b
commit cca4d58115
2 changed files with 2 additions and 2 deletions

View File

@@ -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();