diff options
Diffstat (limited to 'thirdparty/icu4c/common/messagepattern.cpp')
-rw-r--r-- | thirdparty/icu4c/common/messagepattern.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/thirdparty/icu4c/common/messagepattern.cpp b/thirdparty/icu4c/common/messagepattern.cpp index 82cb638e4e..9e318295f9 100644 --- a/thirdparty/icu4c/common/messagepattern.cpp +++ b/thirdparty/icu4c/common/messagepattern.cpp @@ -999,7 +999,6 @@ MessagePattern::parseDouble(int32_t start, int32_t limit, UBool allowInfinity, } setParseError(parseError, start /*, limit*/); // Bad syntax for numeric value. errorCode=U_PATTERN_SYNTAX_ERROR; - return; } int32_t |