Skip to content

Commit a1e04ef

Browse files
committed
We do not need this anymore
1 parent 95d8f1b commit a1e04ef

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/fsharp/Optimizer.fs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -421,14 +421,6 @@ type IncrementalOptimizationEnv =
421421

422422
override x.ToString() = "<IncrementalOptimizationEnv>"
423423

424-
let SetAbstractBigTargetsOn cenv =
425-
{ cenv with
426-
settings =
427-
{ cenv.settings with
428-
abstractBigTargets = true
429-
}
430-
}
431-
432424
//-------------------------------------------------------------------------
433425
// IsPartialExprVal - is the expr fully known?
434426
//-------------------------------------------------------------------------

0 commit comments

Comments
 (0)