Remove now unused Context variables.
[oota-llvm.git] / lib / Transforms / Utils / LowerSwitch.cpp
index c330a480d6c4ac9efbfea25456fbaeab723f5699..4cc92e982413d7436c7d1afe5562d0d037e010fd 100644 (file)
@@ -177,7 +177,6 @@ BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val,
                                       BasicBlock* Default)
 {
   Function* F = OrigBlock->getParent();
-  LLVMContext &Context = F->getContext();
   BasicBlock* NewLeaf = BasicBlock::Create("LeafBlock");
   Function::iterator FI = OrigBlock;
   F->getBasicBlockList().insert(++FI, NewLeaf);