Fix unused code.

This commit is contained in:
2020-07-20 07:47:05 +01:00
parent 2748ee6b32
commit aeb3630d26
2 changed files with 0 additions and 4 deletions

View File

@@ -1065,9 +1065,6 @@ namespace Aaru.CommonTypes.Structs.Devices.ATA
buf[i + 1] = bytes[i];
}
string test1 = StringHandlers.CToString(buf);
string test2 = DescrambleATAString(buf, 0, length);
return buf;
}
}