3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-24 22:51:34 +00:00

Revert "rtlil: make tracing optional in IdString garbage collection"

This reverts commit 8c76f93fce.
This commit is contained in:
Emil J. Tywoniak 2025-11-14 15:32:10 +01:00
parent 65d7d70507
commit c497b3b24c
2 changed files with 5 additions and 6 deletions

View file

@ -574,7 +574,7 @@ struct RTLIL::OwningIdString : public RTLIL::IdString {
}
// Collect all non-owning references.
static void collect_garbage(bool trace = true);
static void collect_garbage();
static int64_t garbage_collection_ns() { return gc_ns; }
static int garbage_collection_count() { return gc_count; }