Skip to content

Commit 07cf2cb

Browse files
committed
Remove commented out code
1 parent 78e0d99 commit 07cf2cb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rosetta-source/src/main/rosetta/ingest-fpml-confirmation-workflowstep-func.rosetta

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ func MapPrimitiveInstruction:
150150
then MapTerminationToPrimitiveInstruction(fpmlTrade, fpmlTermination)
151151
else if fpmlAmendment exists
152152
then MapAmendmentToPrimitiveInstruction(fpmlTrade, fpmlAmendment)
153-
// else if fpmlTradingEventsBaseModel exists
154-
// then MapTradeToPrimitiveInstruction(tradingEventsBaseModelSequence -> trade)
155153
else if fpmlTrade exists
156154
then MapTradeToPrimitiveInstruction(fpmlTrade)
157155

0 commit comments

Comments
 (0)