summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-11-08 12:25:55 +0100
committerLéo Lam <leo@leolam.fr>2020-11-08 12:25:55 +0100
commitbdb97007b18df60b28b64933c7315f23d1aecbf3 (patch)
treed1e4153735a3801bf22a42ba4bea292da68e9e6a /src/KingSystem/ActorSystem
parentad01b2b1fbd4deb987a43261b1a3160d549a3c98 (diff)
ksys/act: Remove obsolete comment
Diffstat (limited to 'src/KingSystem/ActorSystem')
-rw-r--r--src/KingSystem/ActorSystem/actActorParam.cpp1
1 files changed, 0 insertions, 1 deletions
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);