This commit is contained in:
James Cherry 2019-03-26 20:27:42 -07:00
parent 3ce2e530c2
commit 0f735f99b7
1 changed files with 0 additions and 3 deletions

View File

@ -438,8 +438,6 @@ Search::deletePaths(Vertex *vertex)
////////////////////////////////////////////////////////////////
int run = 0;
// from/thrus/to are owned and deleted by Search.
// Returned sequence is owned by the caller.
// PathEnds are owned by Search PathGroups and deleted on next call.
@ -497,7 +495,6 @@ Search::findPathEnds(ExceptionFrom *from,
corner, min_max,
sort_by_slack);
sdc_->reportClkToClkMaxCycleWarnings();
printf("run %d tag group count %d\n", run++, tag_group_next_);
return path_ends;
}