Skip to content

Commit f0aca4d

Browse files
authored
Remove some placeholder comments (#7184)
This is a trivial change so I'm going to bypass the checks (and the Darwin ones are all failing as usual).
1 parent 837a156 commit f0aca4d

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

plutus-core/cost-model/create-cost-model/BuiltinMemoryModels.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ builtinMemoryModels = BuiltinCostModelBase
170170
, paramFindFirstSetBit = Id $ ModelOneArgumentConstantCost 1
171171
, paramRipemd_160 = Id $ hashMemModel Hash.ripemd_160
172172
, paramExpModInteger = Id $ ModelThreeArgumentsLinearInZ identityFunction
173-
-- paramCaseList
174-
-- paramCaseData
175173
, paramDropList = Id $ ModelTwoArgumentsConstantCost 4
176174
, paramLengthOfArray = Id $ ModelOneArgumentConstantCost 10
177175
, paramListToArray = Id $ ModelOneArgumentLinearInX $ OneVariableLinearFunction 7 1

plutus-core/cost-model/create-cost-model/CreateBuiltinCostModel.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ createBuiltinCostModel bmfile rfile = do
270270
paramRipemd_160 <- getParams readCF1 paramRipemd_160
271271
-- Batch 6
272272
paramExpModInteger <- getParams readCF3 paramExpModInteger
273-
-- paramCaseList
274-
-- paramCaseData
275273
paramDropList <- getParams readCF2 paramDropList
276274
-- Arrays
277275
paramLengthOfArray <- getParams readCF1 paramLengthOfArray

plutus-core/plutus-core/src/PlutusCore/Evaluation/Machine/BuiltinCostModel.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ data BuiltinCostModelBase f =
186186
, paramRipemd_160 :: f ModelOneArgument
187187
-- Batch 6
188188
, paramExpModInteger :: f ModelThreeArguments
189-
-- , paramCaseList here
190-
-- , paramCaseData here
191189
, paramDropList :: f ModelTwoArguments
192190
-- Arrays
193191
, paramLengthOfArray :: f ModelOneArgument

plutus-core/plutus-core/src/PlutusCore/Evaluation/Machine/ExBudgetingDefaults.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ unitCostBuiltinCostModel = BuiltinCostModelBase
348348
, paramRipemd_160 = unitCostOneArgument
349349
-- Batch 6
350350
, paramExpModInteger = unitCostThreeArguments
351-
-- paramCaseList
352-
-- paramCaseData
353351
, paramDropList = unitCostTwoArguments
354352
-- Arrays
355353
, paramLengthOfArray = unitCostOneArgument

0 commit comments

Comments
 (0)