mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Remove unused mutex PATADiskDevice::m_lock
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user