Remove redundant call to exifData().

main
Kevin Backhouse 4 years ago
parent 593fcbd865
commit db1529aecc
No known key found for this signature in database
GPG Key ID: 9DD01852EE40366E

@ -21,7 +21,6 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t * data, size_t size) {
assert(image.get() != 0); assert(image.get() != 0);
image->readMetadata(); image->readMetadata();
image->exifData();
// Print to a std::ostringstream so that the fuzzer doesn't // Print to a std::ostringstream so that the fuzzer doesn't
// produce lots of garbage on stdout. // produce lots of garbage on stdout.

Loading…
Cancel
Save