summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Global.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/tools/nsc/Global.scala')
-rw-r--r--src/compiler/scala/tools/nsc/Global.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/Global.scala b/src/compiler/scala/tools/nsc/Global.scala
index f98c1d50ec..626b9bf885 100644
--- a/src/compiler/scala/tools/nsc/Global.scala
+++ b/src/compiler/scala/tools/nsc/Global.scala
@@ -448,7 +448,6 @@ class Global(var settings: Settings, var reporter: Reporter) extends Trees
phase = firstPhase
definitions.init // needs firstPhase and phase to be defined != NoPhase,
// that's why it is placed here.
- icodes.init
/** Deprecation warnings occurred */
var deprecationWarnings: Boolean = false