File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -618,11 +618,8 @@ void SIScheduleBlock::printDebug(bool full) {
618
618
619
619
// SIScheduleBlockCreator //
620
620
621
- SIScheduleBlockCreator::SIScheduleBlockCreator (SIScheduleDAGMI *DAG) :
622
- DAG(DAG) {
623
- }
624
-
625
- SIScheduleBlockCreator::~SIScheduleBlockCreator () = default ;
621
+ SIScheduleBlockCreator::SIScheduleBlockCreator (SIScheduleDAGMI *DAG)
622
+ : DAG(DAG) {}
626
623
627
624
SIScheduleBlocks
628
625
SIScheduleBlockCreator::getBlocks (SISchedulerBlockCreatorVariant BlockVariant) {
Original file line number Diff line number Diff line change @@ -248,7 +248,6 @@ class SIScheduleBlockCreator {
248
248
249
249
public:
250
250
SIScheduleBlockCreator (SIScheduleDAGMI *DAG);
251
- ~SIScheduleBlockCreator ();
252
251
253
252
SIScheduleBlocks
254
253
getBlocks (SISchedulerBlockCreatorVariant BlockVariant);
You can’t perform that action at this time.
0 commit comments