Re-enable warning note when rusage xxx is not implemented.

This commit is contained in:
Holger Vogt 2025-10-07 15:36:27 +02:00
parent 236967a21e
commit bbceec30d0
1 changed files with 2 additions and 2 deletions

View File

@ -339,9 +339,9 @@ printres(char *name)
ft_curckt->ci_ckt->CKTstat->devTimes[i]/(double)(ft_curckt->ci_ckt->CKTstat->devCounts[i])
);
}
yy = TRUE;
}
yy = TRUE;
#ifdef CIDER
/* begin cider integration */
if (!name || eq(name, "circuit") || eq(name, "task"))