We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7084c5 commit 6866bcfCopy full SHA for 6866bcf
clash-lib/src/Clash/Rewrite/Util.hs
@@ -229,9 +229,6 @@ applyDebug name exprOld hasChanged exprNew = do
229
230
countersV <- Lens.use transformCounters
231
232
- Monad.when (dbg_countTransformations opts && hasChanged) $
233
- MVar.putMVar countersV (HashMap.insertWith (const succ) (Text.pack name) 1 counters)
234
-
235
Monad.unless (dbg_countTransformations opts && hasChanged) $
236
MVar.putMVar countersV counters
237
0 commit comments