mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
Kernel: Remove unused AHCIPort::ScatterList::m_device_block_size.
This commit is contained in:
parent
ecb0ae9c33
commit
37be679d6e
Notes:
sideshowbarker
2024-07-18 21:04:34 +09:00
Author: https://github.com/mhermier 🔰
Commit: 37be679d6e
Pull-request: https://github.com/SerenityOS/serenity/pull/5946
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