From bdb97007b18df60b28b64933c7315f23d1aecbf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 8 Nov 2020 12:25:55 +0100 Subject: [PATCH] ksys/act: Remove obsolete comment --- src/KingSystem/ActorSystem/actActorParam.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/KingSystem/ActorSystem/actActorParam.cpp b/src/KingSystem/ActorSystem/actActorParam.cpp index 7ce2bc06..bfe08fed 100644 --- a/src/KingSystem/ActorSystem/actActorParam.cpp +++ b/src/KingSystem/ActorSystem/actActorParam.cpp @@ -19,7 +19,6 @@ ActorParam::~ActorParam() { deleteData(); } -// NON_MATCHING: b.le -> b.lt void ActorParam::deleteData() { auto lock = sead::makeScopedLock(mCS);