1
Fork 0
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:
Michel Hermier 2021-03-24 19:49:54 +01:00 committed by Andreas Kling
parent ecb0ae9c33
commit 37be679d6e
2 changed files with 0 additions and 2 deletions

View file

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