mirror of
https://github.com/zeldaret/botw
synced 2026-07-08 05:40:38 -04:00
Remove unnecessary usages of sead::StorageFor
Turns out they are just value-initialised aggregates.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace ksys::act {
|
||||
|
||||
BaseProcJobQue::BaseProcJobQue() = default;
|
||||
BaseProcJobQue::BaseProcJobQue() : mPool() {}
|
||||
|
||||
BaseProcJobQue::~BaseProcJobQue() {
|
||||
mJobQueue.clear();
|
||||
|
||||
Reference in New Issue
Block a user