From 3d65b73223d984e8869843decaefb19098a0a926 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 23 Dec 2017 02:00:31 +0000 Subject: [PATCH] Removed spurious fields on ATA error registers --- ATA/Registers.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ATA/Registers.cs b/ATA/Registers.cs index 00a7009db..56da0b6cb 100644 --- a/ATA/Registers.cs +++ b/ATA/Registers.cs @@ -74,7 +74,6 @@ namespace DiscImageChef.Decoders.ATA public byte CylinderLow; public byte CylinderHigh; public byte DeviceHead; - public byte Command; } public struct AtaErrorRegistersLba28 @@ -86,7 +85,6 @@ namespace DiscImageChef.Decoders.ATA public byte LbaMid; public byte LbaHigh; public byte DeviceHead; - public byte Command; } public struct AtaErrorRegistersLba48 @@ -98,6 +96,5 @@ namespace DiscImageChef.Decoders.ATA public ushort LbaMid; public ushort LbaHigh; public byte DeviceHead; - public byte Command; } } \ No newline at end of file