Remove redundant call to exifData().

This commit is contained in:
Kevin Backhouse 2021-07-28 11:35:20 +01:00
parent 593fcbd865
commit db1529aecc
No known key found for this signature in database
GPG Key ID: 9DD01852EE40366E

View File

@ -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.