Skip to content

Commit

Permalink
Merge pull request #2267 from input-output-hk/nc/drop-unused
Browse files Browse the repository at this point in the history
Drop unused and undefined 'translateTxBody'.
  • Loading branch information
nc6 committed May 4, 2021
2 parents f253903 + 495cc87 commit cb30388
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions alonzo/impl/src/Cardano/Ledger/Alonzo/Translation.hs
Expand Up @@ -201,10 +201,6 @@ instance Crypto c => TranslateEra (AlonzoEra c) API.ProposedPPUpdates where
translateEra _ctxt (API.ProposedPPUpdates ppup) =
return $ API.ProposedPPUpdates $ fmap translatePParamsUpdate ppup

translateTxBody ::
ShelleyMA.TxBody (MaryEra c) -> TxBody (AlonzoEra c)
translateTxBody = undefined

translateTxOut ::
Core.TxOut (MaryEra c) -> Core.TxOut (AlonzoEra c)
translateTxOut (Shelley.TxOutCompact addr value) =
Expand Down

0 comments on commit cb30388

Please sign in to comment.