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 95d8f1b commit a1e04efCopy full SHA for a1e04ef
src/fsharp/Optimizer.fs
@@ -421,14 +421,6 @@ type IncrementalOptimizationEnv =
421
422
override x.ToString() = "<IncrementalOptimizationEnv>"
423
424
-let SetAbstractBigTargetsOn cenv =
425
- { cenv with
426
- settings =
427
- { cenv.settings with
428
- abstractBigTargets = true
429
- }
430
431
-
432
//-------------------------------------------------------------------------
433
// IsPartialExprVal - is the expr fully known?
434
0 commit comments