From 1e6eb4f81296eca9c2f1f373c19716939f9b6be6 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 30 Apr 2016 04:19:00 -0700 Subject: use compiled libgcc --- tools/preproc/utf8.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/preproc/utf8.cpp') diff --git a/tools/preproc/utf8.cpp b/tools/preproc/utf8.cpp index 0aed83f4a..7facfd44e 100644 --- a/tools/preproc/utf8.cpp +++ b/tools/preproc/utf8.cpp @@ -61,8 +61,6 @@ static const unsigned char s_transitionTable[] = }; // Decodes UTF-8 encoded Unicode code point at "s". -// If the encoding is valid, it returns the code point and advances "s" past the byte sequence. -// If the encoding is not valid, it returns -1 and doesn't advance "s". UnicodeChar DecodeUtf8(const char* s) { UnicodeChar unicodeChar; -- cgit v1.2.3