diff options
Diffstat (limited to 'lib/Core/ExternalDispatcher.h')
-rw-r--r-- | lib/Core/ExternalDispatcher.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Core/ExternalDispatcher.h b/lib/Core/ExternalDispatcher.h index fc8f80f4..c173df73 100644 --- a/lib/Core/ExternalDispatcher.h +++ b/lib/Core/ExternalDispatcher.h @@ -11,7 +11,7 @@ #define KLEE_EXTERNALDISPATCHER_H #include <map> -#include "llvm/System/DynamicLibrary.h" +#include <string> namespace llvm { class ExecutionEngine; @@ -28,7 +28,6 @@ namespace klee { dispatchers_ty dispatchers; llvm::Module *dispatchModule; llvm::ExecutionEngine *executionEngine; - llvm::sys::DynamicLibrary dl_symbols; std::map<std::string, void*> preboundFunctions; llvm::Function *createDispatcher(llvm::Function *f, llvm::Instruction *i); |