]> granicus.if.org Git - icu/commitdiff
ICU-13788 Remove trailing semicolon that causes compiler warning.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Sun, 27 May 2018 03:08:42 +0000 (03:08 +0000)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Sun, 27 May 2018 03:08:42 +0000 (03:08 +0000)
X-SVN-Rev: 41471

icu4c/source/i18n/decimfmt.cpp

index 8cce9c34295d49c8745f3a28c7b469926184ed5f..b5f6a0737168ee0e289740f82662021f9927dd47 100644 (file)
@@ -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);