mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:28:11 +00:00
Kernel: Remove unused mutex PATADiskDevice::m_lock
This commit is contained in:
parent
84656788bf
commit
e2bfdd74bc
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ private:
|
|||
|
||||
bool is_slave() const;
|
||||
|
||||
Mutex m_lock { "IDEDiskDevice" };
|
||||
u16 m_capabilities { 0 };
|
||||
NonnullRefPtr<IDEChannel> m_channel;
|
||||
DriveType m_drive_type { DriveType::Master };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue