summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/DriveManager.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-27 21:57:04 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-27 21:57:04 +0100
commit2cf9f370d40a5c6512530c600292c5fac0410e11 (patch)
tree964a997e4ba3285aac8e1ffde3d91bf7fefc7c36 /Private/KernelKit/DriveManager.hpp
parent9b67443fe423bf6d84725183697a040e12296bce (diff)
Kernel: remove SFN, hanging interrupts and COM1 logging.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/DriveManager.hpp')
-rw-r--r--Private/KernelKit/DriveManager.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Private/KernelKit/DriveManager.hpp b/Private/KernelKit/DriveManager.hpp
index d48b8aae..912c7fd9 100644
--- a/Private/KernelKit/DriveManager.hpp
+++ b/Private/KernelKit/DriveManager.hpp
@@ -43,8 +43,6 @@ struct DriveTraits final {
DriveID fId; // Drive id.
Int32 fFlags; // fReadOnly, fXPMDrive, fXPTDrive
- Handle fDriveHandle;
-
//! for StorageKit.
struct DrivePacket final {
voidPtr fPacketContent; // packet body.