remove unused code

This commit is contained in:
Vyacheslav Matyukhin 2022-09-07 22:50:24 +04:00
parent c0ccdbc1e9
commit 06ec2caae0
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -183,17 +183,6 @@ let buildExpression = (this: t): t => {
}
}
// let wrappedReducer = (
// rExpression: T.expressionArgumentType,
// aContinuation: T.continuation,
// accessors: ProjectAccessorsT.t,
// ): T.resultArgumentType => {
// Belt.Result.flatMap(
// rExpression,
// Reducer_Expression.reduceExpressionInProject(_, aContinuation, accessors),
// )
// }
let doBuildResult = (
this: t,
aContinuation: T.continuation,