mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
Kernel/AHCI: Remove unnecessary AHCIPort class member
This commit is contained in:
parent
2e8330f78c
commit
557351724a
2 changed files with 0 additions and 2 deletions
|
@ -107,7 +107,6 @@ private:
|
|||
Mutex m_lock { "AHCIPort" };
|
||||
|
||||
mutable bool m_wait_for_completion { false };
|
||||
bool m_wait_connect_for_completion { false };
|
||||
|
||||
NonnullRefPtrVector<Memory::PhysicalPage> m_dma_buffers;
|
||||
NonnullRefPtrVector<Memory::PhysicalPage> m_command_table_pages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue