Skip to content

Commit

Permalink
Remove redundant destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jul 15, 2021
1 parent d656cd1 commit e398fc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ql/models/calibrationhelper.hpp
Expand Up @@ -60,8 +60,6 @@ namespace QuantLib {
registerWith(volatility_);
}

~BlackCalibrationHelper() = default;

void performCalculations() const override {
marketValue_ = blackPrice(volatility_->value());
}
Expand Down

0 comments on commit e398fc0

Please sign in to comment.