diff --git a/compile/interface/Command.scala b/compile/interface/Command.scala index a090f5724..9fa8e2163 100644 --- a/compile/interface/Command.scala +++ b/compile/interface/Command.scala @@ -22,9 +22,5 @@ object Command } def getWarnFatal(settings: Settings): Boolean = - { - implicit def compat27(settings: Settings): SettingsCompat = new SettingsCompat - class SettingsCompat { def Xwarnfatal = this; def value = false } settings.Xwarnfatal.value - } } \ No newline at end of file