Sdc data_checks double delete

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2023-03-09 13:31:13 -07:00
parent 8bf313ba98
commit 279f109476
1 changed files with 0 additions and 5 deletions

View File

@ -275,11 +275,6 @@ Sdc::deleteConstraints()
delete checks;
}
for (auto pin_data_check : data_checks_from_map_) {
DataCheckSet *checks = pin_data_check.second;
delete checks;
}
input_delays_.deleteContents();
input_delay_pin_map_.deleteContents();
input_delay_leaf_pin_map_.deleteContents();