1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 02:18:12 +00:00

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

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