From feb51f6e4d420d1e490f78000fd4df431ac07e15 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Wed, 9 Aug 2017 15:37:55 +0100 Subject: Fixed a compiler warning (unused variable) --- lib/Module/KModule.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Module/KModule.cpp') 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 -- cgit 1.4.1