mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-24 02:19:34 -04:00
kernel/handle-table: In-class initialize data members
Directly initializes members where applicable.
This commit is contained in:
@@ -23,7 +23,6 @@ constexpr u16 GetGeneration(Handle handle) {
|
||||
} // Anonymous namespace
|
||||
|
||||
HandleTable::HandleTable() {
|
||||
next_generation = 1;
|
||||
Clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user