From c599f7a693dbc363962d3f17f5eab5222136857f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 27 Mar 2017 17:09:42 +0200 Subject: Drop Config.semanticNames option We now handle only semantic names. Also, name extractor tags and TASTY name tags are now aligned. --- compiler/src/dotty/tools/dotc/config/Config.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/src/dotty/tools/dotc/config') diff --git a/compiler/src/dotty/tools/dotc/config/Config.scala b/compiler/src/dotty/tools/dotc/config/Config.scala index a225b3019..46b1896f1 100644 --- a/compiler/src/dotty/tools/dotc/config/Config.scala +++ b/compiler/src/dotty/tools/dotc/config/Config.scala @@ -10,8 +10,6 @@ object Config { final val checkCacheMembersNamed = false - final val semanticNames = true - /** When updating a constraint bound, check that the constrained parameter * does not appear at the top-level of either of its bounds. */ -- cgit v1.2.3