Skip to content

Commit 2731175

Browse files
committed
Survive checks on java9
1 parent e91bccd commit 2731175

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

compiler/src/dotty/tools/dotc/config/Properties.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,4 @@ trait PropertiesTrait {
135135
}
136136
okVersions exists (javaVersion startsWith _)
137137
}
138-
139-
// provide a main method so version info can be obtained by running this
140-
def main(args: Array[String]): Unit = {
141-
val writer = new PrintWriter(Console.err, true)
142-
writer println versionMsg
143-
}
144138
}

0 commit comments

Comments
 (0)