mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:38:10 +00:00
Kernel: Use = default for empty destructors
This commit is contained in:
parent
e15be89e18
commit
c0341215de
4 changed files with 2 additions and 10 deletions
|
@ -116,10 +116,6 @@ UNMAP_AFTER_INIT VirtIO::Device::Device(PCI::Address address)
|
|||
set_status_bit(DEVICE_STATUS_DRIVER);
|
||||
}
|
||||
|
||||
Device::~Device()
|
||||
{
|
||||
}
|
||||
|
||||
auto Device::mapping_for_bar(u8 bar) -> MappedMMIO&
|
||||
{
|
||||
VERIFY(m_use_mmio);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue