Skip to content

Commit 5770f12

Browse files
author
Grok Compression
committed
fuzzer: remove unused variable
1 parent 1c5d9e5 commit 5770f12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fuzzers/grk_decompress_fuzzer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ int LLVMFuzzerInitialize(int* argc, char*** argv)
3737
}
3838
int LLVMFuzzerTestOneInput(const uint8_t* buf, size_t len)
3939
{
40-
grk_image* image = nullptr;
4140
grk_header_info headerInfo = {};
4241
grk_decompress_parameters parameters = {};
4342
parameters.dw_x1 = 1024;

0 commit comments

Comments
 (0)