gcc 8.3.0 compile warning

This commit is contained in:
James Cherry 2020-11-19 17:25:04 -07:00
parent 7662c12482
commit d03cda9a6f
1 changed files with 0 additions and 4 deletions

View File

@ -1482,10 +1482,6 @@ ArnoldiDelayCalc::ar1_ceff_delay(delay_work *D,
delays[j] = t50_srmod + t50_sy - t50_sr;
slews[j] = (tlo-thi)/slew_derate;
}
debugPrint3(debug_, "arnoldi", 1, "slews[0] %s thi %s tlo %s\n",
units_->timeUnit()->asString(slews[0]),
units_->timeUnit()->asString(tlo),
units_->timeUnit()->asString(thi));
}
} // namespace