diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp')
| -rw-r--r-- | llvm/lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp b/llvm/lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp index 5d95c428e68..ea23a601aa2 100644 --- a/llvm/lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp +++ b/llvm/lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp @@ -8,7 +8,6 @@ #include <cstddef> #include <cstring> #include <iostream> -#include <unistd.h> static volatile char *SinkPtr; |

