diff options
Diffstat (limited to 'llvm/tools/llvm-c-test/module.c')
-rw-r--r-- | llvm/tools/llvm-c-test/module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-c-test/module.c b/llvm/tools/llvm-c-test/module.c index c47b55d5029..cbb44d0bd15 100644 --- a/llvm/tools/llvm-c-test/module.c +++ b/llvm/tools/llvm-c-test/module.c @@ -16,7 +16,6 @@ #include "llvm-c/BitReader.h" #include <stdio.h> #include <stdlib.h> -#include <string.h> static void diagnosticHandler(LLVMDiagnosticInfoRef DI, void *C) { char *CErr = LLVMGetDiagInfoDescription(DI); |