File tree 2 files changed +1
-3
lines changed
compiler/src/dotty/tools/dotc
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ object Feature:
33
33
val captureChecking = experimental(" captureChecking" )
34
34
val into = experimental(" into" )
35
35
36
- val globalOnlyImports : Set [TermName ] = Set (pureFunctions, captureChecking)
37
-
38
36
/** Is `feature` enabled by by a command-line setting? The enabling setting is
39
37
*
40
38
* -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
import dotty .tools .dotc .config .MigrationVersion
You can’t perform that action at this time.
0 commit comments