We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfcc6a commit b663ffcCopy full SHA for b663ffc
src/fsharp/IlxGen.fs
@@ -4840,7 +4840,7 @@ and GenJoinPoint cenv cgbuf pos eenv ty m sequel =
4840
// go to the join point
4841
Br afterJoin, afterJoin, stackAfterJoin, sequel
4842
4843
-and GenPostponedDecisionTreeTargets cenv cgbuf targetInfos stackAtTargets sequel (contf: FakeUnit -> FakeUnit) : FakeUnit =
+and GenPostponedDecisionTreeTargets cenv cgbuf targetInfos stackAtTargets sequel contf =
4844
match targetInfos with
4845
| [] -> contf Fake
4846
| (KeyValue(_, (targetInfo, isTargetPostponed))) :: rest ->
0 commit comments