Codefix: Remove this-> from static call to CleaningPool. (#14817)
Don't call unnecessarily.
This commit is contained in:
@@ -30,8 +30,6 @@ RoadStop::~RoadStop()
|
||||
if (this->status.Test(RoadStopStatusFlag::BaseEntry)) {
|
||||
delete this->entries;
|
||||
}
|
||||
|
||||
if (CleaningPool()) return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user