ICU-22721 Delete unused variable (-Wunused-variable).

This commit is contained in:
Fredrik Roubert 2024-06-18 17:05:33 +02:00 committed by Frank Yung-Fong Tang
parent e5b8660a46
commit 471c2ce03b

View file

@ -13,7 +13,6 @@
IcuEnvironment* env = new IcuEnvironment();
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
UParseError pe = { 0 };
UErrorCode status = U_ZERO_ERROR;
size_t unistr_size = size/2;