Skip to content

Commit 6866bcf

Browse files
committed
remove spurious (second) update
1 parent a7084c5 commit 6866bcf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clash-lib/src/Clash/Rewrite/Util.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ applyDebug name exprOld hasChanged exprNew = do
229229

230230
countersV <- Lens.use transformCounters
231231

232-
Monad.when (dbg_countTransformations opts && hasChanged) $
233-
MVar.putMVar countersV (HashMap.insertWith (const succ) (Text.pack name) 1 counters)
234-
235232
Monad.unless (dbg_countTransformations opts && hasChanged) $
236233
MVar.putMVar countersV counters
237234

0 commit comments

Comments
 (0)