From b02371efe54334ea17045536162a10d83ab48968 Mon Sep 17 00:00:00 2001 From: Chris Wolfe Date: Tue, 24 Apr 2018 18:09:15 -0500 Subject: [PATCH] no reason to have this declaration --- test/fuzz_unpack_pack_fuzzer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/fuzz_unpack_pack_fuzzer.cpp b/test/fuzz_unpack_pack_fuzzer.cpp index 56fb28f9..a7db076c 100644 --- a/test/fuzz_unpack_pack_fuzzer.cpp +++ b/test/fuzz_unpack_pack_fuzzer.cpp @@ -2,8 +2,6 @@ #include "../fuzz/unpack_pack_fuzzer.cc" -extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size); - TEST(FUZZ_UNPACK_PACK_FUZZER, works) { EXPECT_EQ(0, LLVMFuzzerTestOneInput(0, 0));