mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 00:42:28 +03:00
Remove an unused value
This commit is contained in:
parent
0ed78396cf
commit
e2e3744808
@ -283,9 +283,6 @@ finishWithTerminator term =
|
||||
return GenResult { resBlockSeq = s0 ^. blockSeq & frontierBlocks %~ (Seq.|> fin_block)
|
||||
, resState = Nothing
|
||||
}
|
||||
where
|
||||
ptrRep :: NR.NatRepr (RegAddrWidth (PPCReg ppc))
|
||||
ptrRep = NR.knownNat
|
||||
|
||||
-- | Convert the contents of a 'PreBlock' (a block being constructed) into a
|
||||
-- full-fledged 'Block'
|
||||
|
Loading…
Reference in New Issue
Block a user