]> granicus.if.org Git - icu/commit
ICU-21035 Delete meaningless calls to uloc_getKeywordValue().
authorFredrik Roubert <roubert@google.com>
Wed, 2 Sep 2020 19:15:56 +0000 (21:15 +0200)
committerFredrik Roubert <fredrik@roubert.name>
Thu, 3 Sep 2020 18:11:21 +0000 (20:11 +0200)
commita827ab72c970e2a9f8a4fd63364cfd252ee26018
tree535e127f09df912baf4c714b9feffb2662b6a811
parent936f53a1f1da7690d5e8237b50e8864d2f8ca65b
ICU-21035 Delete meaningless calls to uloc_getKeywordValue().

These two calls to uloc_getKeywordValue() write to the buffer "id" which
then immediately after is overwritten by calls to idForLocale() so they
can simply be removed without any loss of functionality.
icu4c/source/common/ucurr.cpp