Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-m-p committed Aug 13, 2024
1 parent 7ff916e commit 50e1b1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/unicode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 50e1b1e

Please sign in to comment.