Remove unused function
This commit is contained in:
parent
7ff916eae8
commit
50e1b1e36d
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue