* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
[oota-llvm.git] / lib / CodeGen / InstrSched / InstrScheduling.cpp
index d625a7b719c6422f00c9ce8fb5d1c5d2692803ae..6e6d14c7c892e1ec94653b13bd6a0712c6fc492d 100644 (file)
@@ -39,7 +39,6 @@ cl::Enum<enum SchedDebugLevel_t> SchedDebugLevel("dsched", cl::NoFlags,
 
 class InstrSchedule;
 class SchedulingManager;
-class DelaySlotInfo;
 
 
 //----------------------------------------------------------------------