From 50e1b1e36d2981d98e335a2065ebf945ee414998 Mon Sep 17 00:00:00 2001 From: jaime-m-p <> Date: Tue, 13 Aug 2024 19:55:12 +0200 Subject: [PATCH] Remove unused function --- src/unicode.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/unicode.cpp b/src/unicode.cpp index 988dd35e4d3c2..73b757a795514 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; }