Remove unused typedefs gcc4.8 warns about.
[oota-llvm.git] / lib / CodeGen / RegAllocPBQP.cpp
index 640b5e1f0d80df63c1a00f32517be330bb6e7006..fcdbce75d922ff782ab8dc61ba8c7c4146f39d4a 100644 (file)
@@ -192,7 +192,6 @@ std::auto_ptr<PBQPRAProblem> PBQPBuilder::build(MachineFunction *mf,
                                                 const MachineLoopInfo *loopInfo,
                                                 const RegSet &vregs) {
 
-  typedef std::vector<const LiveInterval*> LIVector;
   LiveIntervals *LIS = const_cast<LiveIntervals*>(lis);
   MachineRegisterInfo *mri = &mf->getRegInfo();
   const TargetRegisterInfo *tri = mf->getTarget().getRegisterInfo();