kernel/handle-table: In-class initialize data members

Directly initializes members where applicable.
This commit is contained in:
Lioncash 2019-02-25 10:01:22 -05:00
parent f9c32c373d
commit a13187e002
2 changed files with 2 additions and 3 deletions

View file

@ -23,7 +23,6 @@ constexpr u16 GetGeneration(Handle handle) {
} // Anonymous namespace
HandleTable::HandleTable() {
next_generation = 1;
Clear();
}