Remove unnecessary usages of sead::StorageFor

Turns out they are just value-initialised aggregates.
This commit is contained in:
Léo Lam
2022-02-08 21:34:53 +01:00
parent d3902a9ad4
commit d893fd5ead
16 changed files with 112 additions and 147 deletions
@@ -4,7 +4,7 @@
namespace ksys::act {
BaseProcJobQue::BaseProcJobQue() = default;
BaseProcJobQue::BaseProcJobQue() : mPool() {}
BaseProcJobQue::~BaseProcJobQue() {
mJobQueue.clear();