Skip to content

Commit f2f942b

Browse files
committed
Fix warning
1 parent df2bd10 commit f2f942b

File tree

1 file changed

+0
-1
lines changed
  • ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Mempool/Impl

1 file changed

+0
-1
lines changed

ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Mempool/Impl/Common.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ data MempoolEnv m blk = MempoolEnv {
199199

200200
initMempoolEnv :: ( IOLike m
201201
, NoThunks (GenTxId blk)
202-
, NoThunks (TxMeasure blk)
203202
, LedgerSupportsMempool blk
204203
, ValidateEnvelope blk
205204
)

0 commit comments

Comments
 (0)