mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-09 16:46:28 +00:00
kernel/handle_table: Default destructor in the cpp file
We don't need to potentially inline the teardown logic of all of the handle instances.
This commit is contained in:
@@ -18,6 +18,8 @@ HandleTable::HandleTable() {
|
||||
Clear();
|
||||
}
|
||||
|
||||
HandleTable::~HandleTable() = default;
|
||||
|
||||
ResultVal<Handle> HandleTable::Create(SharedPtr<Object> obj) {
|
||||
DEBUG_ASSERT(obj != nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user