Remove redundant call to exifData().
This commit is contained in:
parent
593fcbd865
commit
db1529aecc
@ -21,7 +21,6 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t * data, size_t size) {
|
||||
assert(image.get() != 0);
|
||||
|
||||
image->readMetadata();
|
||||
image->exifData();
|
||||
|
||||
// Print to a std::ostringstream so that the fuzzer doesn't
|
||||
// produce lots of garbage on stdout.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user