Skip to content

Commit 788be02

Browse files
committed
Drop redundant Config option
Instead of checking that constraints are "separated" in addOneBound, we now ensure that they are.
1 parent bf55005 commit 788be02

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

compiler/src/dotty/tools/dotc/config/Config.scala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ object Config {
1515
*/
1616
final val checkConstraintsNonCyclic = false
1717

18-
/** Make sure none of the bounds of a parameter in an OrderingConstraint
19-
* contains this parameter at its toplevel (i.e. as an operand of a
20-
* combination of &'s and |'s.). The check is performed each time a new bound
21-
* is added to the constraint.
22-
*/
23-
final val checkConstraintsSeparated = false
24-
2518
/** Check that each constraint resulting from a subtype test
2619
* is satisfiable.
2720
*/

0 commit comments

Comments
 (0)