Kernel: Remove unused mutex PATADiskDevice::m_lock
This commit is contained in:
parent
84656788bf
commit
e2bfdd74bc
Notes:
sideshowbarker
2024-07-18 07:17:47 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/e2bfdd74bcf
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
Reference in a new issue