diff options
author | Andrea Mattavelli <andreamattavelli@users.noreply.github.com> | 2017-08-09 17:13:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-09 17:13:42 +0100 |
commit | e0b62ce479f21660cd1200f3ac2567d358ff05d3 (patch) | |
tree | 943f6861de117133f3aa446dab7aecc380358876 /lib/Module/KModule.cpp | |
parent | 64c67386a3c5eb4baa23847d737fd812312117f9 (diff) | |
parent | feb51f6e4d420d1e490f78000fd4df431ac07e15 (diff) | |
download | klee-e0b62ce479f21660cd1200f3ac2567d358ff05d3.tar.gz |
Merge pull request #745 from ccadar/misc
Fixed a compiler warning (unused variable)
Diffstat (limited to 'lib/Module/KModule.cpp')
-rw-r--r-- | lib/Module/KModule.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Module/KModule.cpp b/lib/Module/KModule.cpp index bb34dcad..0439431b 100644 --- a/lib/Module/KModule.cpp +++ b/lib/Module/KModule.cpp @@ -200,8 +200,6 @@ void KModule::addInternalFunction(const char* functionName){ void KModule::prepare(const Interpreter::ModuleOptions &opts, InterpreterHandler *ih) { - LLVMContext &ctx = module->getContext(); - // Inject checks prior to optimization... we also perform the // invariant transformations that we will end up doing later so that // optimize is seeing what is as close as possible to the final |