mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-22721 Delete unused variable (-Wunused-variable).
This commit is contained in:
parent
e5b8660a46
commit
471c2ce03b
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue