3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-19 16:53:20 +00:00

Fix warning about unused variable in dffunmap.

This commit is contained in:
Robert O'Callahan 2026-01-19 03:25:09 +00:00
parent 8da8d681d0
commit 28c199fbbd

View file

@ -78,7 +78,6 @@ struct DffunmapPass : public Pass {
continue;
FfData ff(&initvals, cell);
IdString name = cell->name;
if (!ff.has_clk)
continue;