diff --git a/src/unicode.cpp b/src/unicode.cpp index 988dd35e4..73b757a79 100644 --- a/src/unicode.cpp +++ b/src/unicode.cpp @@ -549,10 +549,6 @@ namespace std { static const auto _Ch_alpha = std::ctype::alpha; #endif - static size_type length(const CharT * str) { - return std::char_traits::length(str); - } - CharT translate(CharT c) const { return c; }