ksys/act: Remove obsolete comment

This commit is contained in:
Léo Lam 2020-11-08 12:25:55 +01:00
parent ad01b2b1fb
commit bdb97007b1
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ ActorParam::~ActorParam() {
deleteData();
}
// NON_MATCHING: b.le -> b.lt
void ActorParam::deleteData() {
auto lock = sead::makeScopedLock(mCS);