mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:47:35 +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
|
@ -33,10 +33,6 @@ UNMAP_AFTER_INIT RNG::RNG(PCI::Address address)
|
|||
}
|
||||
}
|
||||
|
||||
RNG::~RNG()
|
||||
{
|
||||
}
|
||||
|
||||
bool RNG::handle_device_config_change()
|
||||
{
|
||||
VERIFY_NOT_REACHED(); // Device has no config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue