Browse Source

Kernel: Remove unused mutex PATADiskDevice::m_lock

Andreas Kling 4 năm trước cách đây
mục cha
commit
e2bfdd74bc
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Kernel/Storage/PATADiskDevice.h

+ 0 - 1
Kernel/Storage/PATADiskDevice.h

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