about summary refs log tree commit diff
path: root/src/rustllvm/rustllvm.h
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-06-13 12:40:22 -0700
committerBrian Anderson <banderson@mozilla.com>2013-06-13 13:08:57 -0700
commit19adece68b00bd1873499cca6f1537750608d769 (patch)
tree48f23286166ee3f2cefc80161054cadc62ff7040 /src/rustllvm/rustllvm.h
parent5bff471dde5350437c1bb51178ba6a2a903ec813 (diff)
downloadrust-19adece68b00bd1873499cca6f1537750608d769.tar.gz
rust-19adece68b00bd1873499cca6f1537750608d769.zip
Revert "Have JIT execution take ownership of the LLVMContextRef"
This reverts commit 5c5095d25e3652c434c8d4ec178e6844877e3c2d.

Conflicts:
	src/librusti/rusti.rc
Diffstat (limited to 'src/rustllvm/rustllvm.h')
-rw-r--r--src/rustllvm/rustllvm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rustllvm/rustllvm.h b/src/rustllvm/rustllvm.h
index 394146eea20..1c8842f7b4a 100644
--- a/src/rustllvm/rustllvm.h
+++ b/src/rustllvm/rustllvm.h
@@ -45,7 +45,6 @@
 #include "llvm/Transforms/Vectorize.h"
 #include "llvm-c/Core.h"
 #include "llvm-c/BitReader.h"
-#include "llvm-c/ExecutionEngine.h"
 #include "llvm-c/Object.h"
 
 // Used by RustMCJITMemoryManager::getPointerToNamedFunction()