Removed diagnostic print from last commit.
This commit is contained in:
parent
9635f10c5a
commit
381fc0cca4
|
|
@ -309,14 +309,11 @@ DBFlagMismatches(checkDef)
|
|||
CellDef *checkDef;
|
||||
{
|
||||
CellUse *parentUse;
|
||||
long count;
|
||||
|
||||
for (parentUse = checkDef->cd_parents; parentUse != NULL;
|
||||
parentUse = parentUse->cu_nextuse)
|
||||
{
|
||||
count++;
|
||||
if (parentUse->cu_parent == NULL) continue;
|
||||
parentUse->cu_parent->cd_flags |= CDSTAMPSCHANGED;
|
||||
}
|
||||
TxPrintf("Diagnostic: cell %s count = %ld\n", checkDef->cd_name, count);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue