mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
Kernel: Remove unused AHCIPort::ScatterList::m_device_block_size.
This commit is contained in:
parent
ecb0ae9c33
commit
37be679d6e
2 changed files with 0 additions and 2 deletions
|
@ -63,7 +63,6 @@ private:
|
|||
private:
|
||||
ScatterList(AsyncBlockDeviceRequest&, NonnullRefPtrVector<PhysicalPage> allocated_pages, size_t device_block_size);
|
||||
NonnullRefPtr<AnonymousVMObject> m_vm_object;
|
||||
size_t m_device_block_size;
|
||||
OwnPtr<Region> m_dma_region;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue