X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm-c%2FExecutionEngine.h;h=f1f4cadec3488c551df8addfcb8a2db6ba5510c3;hp=7cdf0d78d5b6e07f0a41696ab7a34b11dae2a3c3;hb=069468bfb9d89f40f255a76edab27db668e03705;hpb=7b232e2bb66f52f34088b4d77e839aeb8b4b88a0 diff --git a/include/llvm-c/ExecutionEngine.h b/include/llvm-c/ExecutionEngine.h index 7cdf0d78d5b..f1f4cadec34 100644 --- a/include/llvm-c/ExecutionEngine.h +++ b/include/llvm-c/ExecutionEngine.h @@ -34,7 +34,6 @@ extern "C" { * @{ */ -void LLVMLinkInJIT(void); void LLVMLinkInMCJIT(void); void LLVMLinkInInterpreter(void);