Accidentally managed to add some test code into the database that was

not supposed to have been committed.  It has been removed.
This commit is contained in:
Tim Edwards 2020-09-03 19:30:39 -04:00
parent f4b1518825
commit c592784750
1 changed files with 0 additions and 10 deletions

View File

@ -443,16 +443,6 @@ dbCellReadDef(f, cellDef, name, ignoreTech, dereference)
continue;
}
struct timespec t;
t.tv_sec = 0;
t.tv_nsec = 900000000;
TxError("x\n");
nanosleep(&t, NULL);
TxError("y\n");
usleep(900000);
TxError("z\n");
TTMaskZero(&typemask);
rmask = &typemask;
type = DBTechNameType(layername);