[fuzzer] fix warning in a test
authorKostya Serebryany <kcc@google.com>
Thu, 29 Jan 2015 18:13:36 +0000 (18:13 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 29 Jan 2015 18:13:36 +0000 (18:13 +0000)
llvm-svn: 227478

llvm/lib/Fuzzer/test/ExactTest.cpp

index c9898f3..bbfed3c 100644 (file)
@@ -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;