Codefix: Remove this-> from static call to CleaningPool. (#14817)

Don't call unnecessarily.
This commit is contained in:
Peter Nelson
2025-11-23 21:37:43 +00:00
committed by GitHub
parent 7ffd3b2c48
commit c9b73247e0
3 changed files with 5 additions and 7 deletions
-2
View File
@@ -30,8 +30,6 @@ RoadStop::~RoadStop()
if (this->status.Test(RoadStopStatusFlag::BaseEntry)) {
delete this->entries;
}
if (CleaningPool()) return;
}
/**