ksys/util: Remove obsolete comment

This commit is contained in:
Léo Lam 2020-09-26 17:12:01 +02:00
parent b2ce4e32ea
commit d088e0cc58
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ protected:
bool mIsIdle = true;
TaskMgr* mMgr = nullptr;
// FIXME: rename
ManagedTaskHandle* mHandle = nullptr;
};
KSYS_CHECK_SIZE_NX150(ManagedTask, 0xc0);