forked from mirror/OpenTTD
Codechange: Replace SmallVector::Clear() with std::vector::clear()
This commit is contained in:
@@ -77,14 +77,6 @@ public:
|
||||
std::vector<T>::operator=(other);
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove all items from the list.
|
||||
*/
|
||||
inline void Clear()
|
||||
{
|
||||
std::vector<T>::clear();
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove all items from the list and free allocated memory.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user