aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Run.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/Run.scala')
-rw-r--r--src/dotty/tools/dotc/Run.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/Run.scala b/src/dotty/tools/dotc/Run.scala
index 923e5f8b2..50614e07b 100644
--- a/src/dotty/tools/dotc/Run.scala
+++ b/src/dotty/tools/dotc/Run.scala
@@ -8,8 +8,6 @@ import util.{SourceFile, NoSource}
class Run(comp: Compiler)(implicit ctx: Context) {
- defn.init()
-
var units: List[CompilationUnit] = _
def getSource(fileName: String): SourceFile = {