summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Fuzzer/test/ExactTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/ExactTest.cpp b/llvm/lib/Fuzzer/test/ExactTest.cpp
index c9898f3c811..bbfed3c1eb0 100644
--- a/llvm/lib/Fuzzer/test/ExactTest.cpp
+++ b/llvm/lib/Fuzzer/test/ExactTest.cpp
@@ -4,8 +4,6 @@
#include <cstddef>
#include <iostream>
-static volatile int Sink;
-
extern "C" void TestOneInput(const uint8_t *Data, size_t Size) {
int bits = 0;
if (Size > 0 && Data[0] == 'F') bits |= 1;
OpenPOWER on IntegriCloud