From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Sun, 27 May 2018 03:08:42 +0000 (+0000) Subject: ICU-13788 Remove trailing semicolon that causes compiler warning. X-Git-Tag: release-62-rc~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1662340d17d1097fb1f7af604f1d7423be1fcebb;p=icu ICU-13788 Remove trailing semicolon that causes compiler warning. X-SVN-Rev: 41471 --- diff --git a/icu4c/source/i18n/decimfmt.cpp b/icu4c/source/i18n/decimfmt.cpp index 8cce9c34295..b5f6a073716 100644 --- a/icu4c/source/i18n/decimfmt.cpp +++ b/icu4c/source/i18n/decimfmt.cpp @@ -408,7 +408,7 @@ DecimalFormat::~DecimalFormat() { delete fields->atomicParser.exchange(nullptr); delete fields->atomicCurrencyParser.exchange(nullptr); delete fields; -}; +} Format* DecimalFormat::clone() const { return new DecimalFormat(*this);