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

Merge pull request #5616 from rocallahan/fix-unused-var-warning

Fix warning about unused variable in `dffunmap`.
This commit is contained in:
Miodrag Milanović 2026-01-19 08:24:48 +01:00 committed by GitHub
commit 9355fa5037
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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