Eliminate a few unused-variable warnings
[oota-llvm.git] / lib / Transforms / IPO / ExtractGV.cpp
index dfbad61cf5d8f7ebc1b47ce519642ff6b064449b..f80a087c7c1d5fac134d62016c4002433dcb5296 100644 (file)
@@ -86,8 +86,6 @@ namespace {
     }
 
     bool isolateGV(Module &M) {
-      LLVMContext &Context = M.getContext();
-      
       // Mark all globals internal
       // FIXME: what should we do with private linkage?
       for (Module::global_iterator I = M.global_begin(), E = M.global_end(); I != E; ++I)