Codechange: Replace SmallVector::Clear() with std::vector::clear()
This commit is contained in:
@@ -1456,7 +1456,7 @@ private:
|
||||
{
|
||||
if (!this->avails.NeedRebuild()) return;
|
||||
|
||||
this->avails.Clear();
|
||||
this->avails.clear();
|
||||
|
||||
for (const GRFConfig *c = _all_grfs; c != NULL; c = c->next) {
|
||||
bool found = false;
|
||||
|
Reference in New Issue
Block a user