mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-09 08:16:28 +00: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