From ac045216d6e7fcb0ec4d2169ac2b6dffbe21707a Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 2 Jan 2022 15:02:59 +0100 Subject: Remove dead code from optimizations --- include/unicode/utf.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/unicode/utf.h') diff --git a/include/unicode/utf.h b/include/unicode/utf.h index 81e8f2b..046d9c6 100644 --- a/include/unicode/utf.h +++ b/include/unicode/utf.h @@ -415,11 +415,6 @@ namespace unicode { } }; - // Encoding for convert() - typedef UTF, utf_back_insert_iterator> UTF_8; - typedef UTF, utf_back_insert_iterator> UTF_16; - typedef UTF, utf_back_insert_iterator> UTF_32; - // Helper to get correct Encoding from char type, e.g. Encoding::type or Encoding_t template struct Encoding -- cgit v1.2.3