mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Fix unused code.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user