Removed diagnostic print from last commit.

This commit is contained in:
Tim Edwards 2019-08-02 14:53:22 -04:00
parent 9635f10c5a
commit 381fc0cca4
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}