Remove unused function

This commit is contained in:
jaime-m-p 2024-08-13 19:55:12 +02:00
parent 7ff916eae8
commit 50e1b1e36d

View file

@ -549,10 +549,6 @@ namespace std {
static const auto _Ch_alpha = std::ctype<CharT>::alpha;
#endif
static size_type length(const CharT * str) {
return std::char_traits<CharT>::length(str);
}
CharT translate(CharT c) const {
return c;
}