chore: remove unused method Erase() (#43363)

chore: remove unused method Erase() (#43348)

Last use removed in Mar 2018 by 4b39d17e
This commit is contained in:
Charles Kerr 2024-08-20 04:43:24 -05:00 committed by GitHub
parent 9e421e8f43
commit 3f16924182
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,11 +145,6 @@ class LinuxUiGetterImpl : public ui::LinuxUiGetter {
};
#endif
template <typename T>
void Erase(T* container, typename T::iterator iter) {
container->erase(iter);
}
#if BUILDFLAG(IS_WIN)
int GetMinimumFontSize() {
int min_font_size;