ksys/frm: Remove unused enum

This commit is contained in:
Léo Lam 2021-04-26 18:20:19 +02:00
parent 927c757345
commit f8d110ce28
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 0 additions and 11 deletions

View File

@ -26,17 +26,6 @@ class WorkerSupportThreadMgr {
~WorkerSupportThreadMgr() = default;
public:
enum class Owner {
_0,
_1,
_2,
_3,
_4,
_5,
_6,
_7,
};
void init(sead::Heap* heap);
void submitRequest(int id, util::TaskDelegate* delegate);