diff --git a/fuzz/fuzz-read-print-write.cpp b/fuzz/fuzz-read-print-write.cpp index 5e7940df..c88f6e3d 100644 --- a/fuzz/fuzz-read-print-write.cpp +++ b/fuzz/fuzz-read-print-write.cpp @@ -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.