File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
compiler/src/dotty/tools/dotc Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ object Feature:
31
31
val pureFunctions = experimental(" pureFunctions" )
32
32
val captureChecking = experimental(" captureChecking" )
33
33
34
- val globalOnlyImports : Set [TermName ] = Set (pureFunctions, captureChecking)
35
-
36
34
/** Is `feature` enabled by by a command-line setting? The enabling setting is
37
35
*
38
36
* -language:<prefix>feature
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import scala.annotation.tailrec
30
30
import rewrites .Rewrites .{patch , overlapsPatch }
31
31
import reporting ._
32
32
import config .Feature
33
- import config .Feature .{sourceVersion , migrateTo3 , globalOnlyImports }
33
+ import config .Feature .{sourceVersion , migrateTo3 }
34
34
import config .SourceVersion ._
35
35
import config .SourceVersion
36
36
You can’t perform that action at this time.
0 commit comments