Remove a few lines of dead code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24768 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp
index 1facdd3..dac14da 100644
--- a/lib/Target/X86/X86ISelLowering.cpp
+++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -936,10 +936,7 @@
     return DAG.getNode(ISD::MERGE_VALUES, Tys, Ops);
   }
   case ISD::SELECT: {
-    unsigned Opc;
     SDOperand Cond  = Op.getOperand(0);
-    SDOperand True  = Op.getOperand(1);
-    SDOperand False = Op.getOperand(2);
     SDOperand CC;
     if (Cond.getOpcode() == ISD::SETCC) {
       CC = Cond.getOperand(2);