Kernel: Remove unused mutex PATADiskDevice::m_lock

This commit is contained in:
Andreas Kling 2021-08-08 00:06:26 +02:00
parent 84656788bf
commit e2bfdd74bc
Notes: sideshowbarker 2024-07-18 07:17:47 +09:00

View file

@ -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 };